Results 1 to 3 of 3
Hi there, basically i have to create a simple program with will continually read input from the user until they enter a blank line
i know how to read in ...
- 04-06-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 1
Small program help please
Hi there, basically i have to create a simple program with will continually read input from the user until they enter a blank line
i know how to read in certain input but not sure how to get it continually in a loop
any help would be great
- 04-06-2011 #2
asking homework questions is specifically against the forum rules
if you have a specific question about a programming language, then please post it and we will be happy to answer
- 04-06-2011 #3
This sounds a lot like a homework question, which are not allowed as per the forum rules:
http://www.linuxforums.org/forum/lin...ums-rules.html
You should look into infinite loops. You can then use flow control statements to break out of the loop without going through the loop condition.DISTRO=Arch
Registered Linux User #388732


Reply With Quote