Write a program that determines the number and the shapes of pellets of a new radioactive element called Satecium.

computer science

Description

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


Related Questions in computer science category