Difference between revisions of "Input Validation"

From CompSciWiki
Jump to: navigation, search
Line 1: Line 1:
 
{{1010PrAD|ProblemName=Input Validation
 
{{1010PrAD|ProblemName=Input Validation
  
|Problem=Print out the entire lower case letters of the aplhabet. Use one char variable and one println statement inside of a for loop.  
+
|Problem=Keep prompting the user for input until the user inputs a, b, or c.
  
  

Revision as of 12:33, 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.

 

SideSectionTitle

float
Taken from http://www.flickr.com/photos/daniello/565304023/

An image or By Students section

Solution

The solution...

Code

Solution Code

Back to the Program-A-Day homepage