Feb 16, 2017 Unit 1 ProjectFeb 9, 2017Python code for methods and scopeJan 9 challenge:
Create a program that gets input (integer) from the user
Create a loop while the input is > 0
output A if the input was > 80
output B if the input was > 70
output C if the input was > 60
output D if the input was > 50
output Fail otherwise
get new input from user.
Feb 13, 2017Feb 14, 2017 |
ICS3C/4C 2016/2017 >