I am still pretty new to programming, and I sometimes can not figure something out. I am getting an error with this line in my program:
Public void count_syllables (int count_syllables )
I get the error <identifier expected>. What does this mean. I can not seem to make it go away!?
Public void count_syllables (int count_syllables )
I get the error <identifier expected>. What does this mean. I can not seem to make it go away!?
Comment