1)
The Assignment: Running on a particular
treadmill you burn 3.9 calories per minute. Design a program that uses a loop
to display the number of calories burned after 10, 15, 20, 25, and 30 minutes.
I'm being graded
based on: Created the pseudocode for the program, Created the main module,
Created the end module, Created the flowchart for the program, Created the loop
in the flowchart
2)
Write a program with a loop that asks the user
to enter a series of positive numbers. The
user should enter a negative number to
signal the end of the series. After all the positive
numbers have been entered, the program
should display their sum.
3)
Design a program with a loop that lets the user
enter a series of numbers. The user should enter -99 to signal the end of the
series. After all the numbers have been entered, the program should display the
largest and smallest numbers entered.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
29 | 30 | 1 | 2 | 3 | 4 | 5 |
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 | 1 | 2 |