Java Beginner - Counting number of words in sentence

后端 未结 17 1766
忘了有多久
忘了有多久 2021-01-01 05:29

I am suppose to use methods in order to count number of words in the a sentence. I wrote this code and I am not quite sure why it doesn\'t work. No matter what I write, I on

17条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-01 05:54

    Should you not have int count = 0; instead of int count = 1;, in case of blank sentences. If you're getting Java errors please could you add them to your question.

提交回复
热议问题