Inverse Camel Case One of the important aspect of object oriented programming is readability of the code. To enhance the readability of code, developers write function and variable names in Camel Case. You are given a string S, written in Camel Case. Find All The Words Contained In It. Note Complete the given function. The input would be handled by the driver code. You only have to print the answer. Input Format The only line contains the string S. Output Format Print each word in a new line Example 1 Input IAmAJavaProgrammer Output I Am A Java Programmer Could you help me out with this??
as always good explained, and I find written version of problem solving is so usefull
thank you! great solution as always
Congratulations!
Inverse Camel Case
One of the important aspect of object oriented programming is readability of the code. To enhance the readability of code, developers write function and variable names in Camel Case.
You are given a string S, written in Camel Case. Find All The Words Contained In It.
Note Complete the given function. The input would be handled by the driver code. You only have to print the answer.
Input Format
The only line contains the string S.
Output Format
Print each word in a new line
Example 1
Input
IAmAJavaProgrammer
Output
I
Am
A
Java
Programmer
Could you help me out with this??
great expectation !
Sir, most of the students code in cpp, so kindly provide use cpp as language to make it easy for us.
Yours Sincerely.
it is hard to make code in every language. Always focus on the logic rather than implementation.
Languages will come and go, but the logic will remain the same
2nd comment and able to understand well