Java-aid / Hackerrank-Solutions

hackerrank solutions github | hackerrank all solutions | hackerrank solutions for java | hackerrank video tutorial | hackerrank cracking the coding interview solutions | hackerrank data structures | hackerrank solutions algorithms | hackerrank challenge | hackerrank coding challenge | hackerrank algorithms solutions github| hackerrank problem solving | hackerrank programs solutions | JAVAAID |all hackerrank solutions | Coding Interview Preparation
https://www.youtube.com/c/JavaAidTutorials?sub_confirmation=1
MIT License
1.73k stars 861 forks source link

CamelCase.java using function #21

Open AfreenKhan777 opened 3 years ago

AfreenKhan777 commented 3 years ago

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.