Program General Description:
Write a program that determines the number and the shapes of pellets of a new radioactive element called Satecium. The program will also calculate the amount of radiation given off by the pellets.
The basic program: 85%
● displays a program name, description of what the program will do
● prompts the user for an amount of Satecium to turn into pellets
o calculates the minimum number of pellets in the different sizes: 900, 200, 50 and 8 gram sizes
o calculates the radiation given off by each size of
pellets, and a final overall radiation count
● a maximum of 5000 gm will be permitted
● the above calculations will be displayed orderly with appropriate text, in the command line interface
● displays an accompanying picture graph, of the
number of the different pellet sizes needed
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
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 | 1 | 2 | 3 | 4 | 5 |