Difference between revisions of "Input Validation"

From CompSciWiki
Jump to: navigation, search
Line 3: Line 3:
 
|Problem=Keep prompting the user for input until the user inputs a, b, or c.
 
|Problem=Keep prompting the user for input until the user inputs a, b, or c.
  
 +
|SideSectionTitle=While and For Loops
  
 
|SideSection=
 
|SideSection=
[[Image:OperatingSystemExample.jpg|float|267px]]
+
[[Image:Wiki_loops01.jpg|center]]
<BR>
+
Taken from http://www.flickr.com/photos/daniello/565304023/
+
 
+
An image or By Students section
+
  
 
|Solution=The solution...
 
|Solution=The solution...

Revision as of 12:38, 6 April 2010

Back to the Program-A-Day homepage

Problem

Keep prompting the user for input until the user inputs a, b, or c.

 

While and For Loops

Wiki loops01.jpg

Solution

The solution...

Code

Solution Code

Back to the Program-A-Day homepage