Hackerrank-Solutions
Hackerrank-Solutions copied to clipboard
CamelCase.java using function
According to the problem camelCase function need to be created.So I have written the code using functions.
Created camelCase function with int return type and called it in main function.