| Author |
Wanting to ask user to keep "inputting" at the command prompt until a condition is reached
|
Karen Haq
Greenhorn
Joined: Mar 17, 2010
Posts: 22
|
|
Hi, all
All I want to do is to ask the user to keep inputting a "1" for tossing the coin. The program should keep a running total of how many "heads" and "tails". When the the user enters "2" the program should output the running total for both heads and tails.
As it codes now, the user is prompted only one time because I wanted to test for bugs and for logic errors, keeping it simple.
Here is my test class:
And here is my source class:
|
 |
Karen Haq
Greenhorn
Joined: Mar 17, 2010
Posts: 22
|
|
NEVERMIND, I just figured out the answer to my question. Amazing how a cup of coffee will jolt the mind into powerdrive! :
|
 |
fred rosenberger
lowercase baba
Bartender
Joined: Oct 02, 2003
Posts: 9946
|
|
I edited your post to have code tags. They preserve spacing and make code much easier to read. To use them yourself, you can click the button above where you type your post, the tags drop in, then paste your code between them.
Thanks, and welcome to the Ranch!
|
Never ascribe to malice that which can be adequately explained by stupidity.
|
 |
 |
|
|
subject: Wanting to ask user to keep "inputting" at the command prompt until a condition is reached
|
|
|