Wednesday, March 19, 2014

HW 12 - Input/Output Program

Tonight, write a program that fulfills the three most basic functions of any program.  Your program must:


1) Get input from the user
2) Change, or manipulate the data in some way
3) Output (print) to the screen, using the input in some way.

Good programs should be clear for the user (Use print commands to give directions). Make sure you use the # to put comments at the top including your name, assignment and date.

No comments:

Post a Comment