Thursday, March 27, 2014

HW 17 - Decision Program from Home.py

Make a program that uses decisions (If statements) to change the flow of the program.  Here are some requirements:

  - You must get input from the user.
  - You must have more than one if statement.
  - You must use more than one comparison operator (==, !=, <, and > were discussed today)
  - You must COMMENT your code with your name, assignment and date at the top of your file

Idea: write a program from scratch that test's if a number is negative or not.

Good luck!

No comments:

Post a Comment