I just started using Java, and I'm having trouble with loops. I have to make a program where a user enters a string, and unless they hit stop, they will be asked to enter another string. However, if the user enters string, it will output how many strings were odd(length), how many strings were even(length) and how many strings contained the word dog. Can somebody here give me the basics on how I go about this? Thanks!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by Andrew Thompson, Perception, Michael Petrotta, Brian Roach, Matt May 4 '12 at 13:28
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Not certain what you mean by hitting stop but you could use a loop (this is pseudocode and you will have to convert to Java on your own). I am assuming that you know how to use the various string functions in Java, such as length() and substring().
Note: This is not precise java. I did not end lines with ; etc. |
|||||||||||
|