subject

This assignment has three parts. Part One: Write an interactive program to calculate the volume and surface area of a three-dimensional object. Use the following guidelines to write your program:

Create a word problem that involves calculating the volume and surface area of a three-dimensional object. Choose one of the following:
Cube: surface area 6 s2 , volume s3
Sphere: surface area 4πr2 , volume (4.0/3.0) π r3
Cylinder: surface area 2π r2 + 2 π r h, volume π r2 h
Cone: surface area πr(r+√(h2+r2) ), volume 1.0/3.0 π r2 h
Print the description of the word problem for the user to read.
Ask the user to enter the information necessary to perform the calculations.
Use 3.14 for the value of π as needed.
Print the results of each calculation.
Write the pseudocode for this program. Be sure to include the needed input, calculations, and output.
Insert your pseudocode here:

Part Two: Code the program. Use the following guidelines to code your program.

To code the program, use the Python IDLE.
Using comments, type a heading that includes your name, today’s date, and a short description of the program.
Follow the Python style conventions regarding indentation and the use of white space in your program.
Use meaningful names for all variables.
Example of expected output: The output for your program should resemble the following screen shot. Your specific results will vary depending on the choices you make and the input provided.

Output

Insert a copy of your code from the IDLE here:

Part Three: Complete the Post Mortem Review (PMR). Write thoughtful two to three sentence responses to all the questions in the PMR chart.

Review Question Response
What was the purpose of your program?

How could your program be useful in the real world?

What is a problem you ran into, and how did you fix it?

Describe one thing you would do differently the next time you write a program.

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 12:30, kayleigh2037
What characteristic of long period comets suggest they come directly from the oort cloud?
Answers: 2
image
Computers and Technology, 23.06.2019 00:00, addisonrausch
What season was better from fortnite?
Answers: 2
image
Computers and Technology, 23.06.2019 13:30, valeriegarcia12
Select the correct answer from each drop-down menu. which types of computer networks are bigger as well as smaller than a man? a man is a network of computers that covers an area bigger than a , but smaller than a .
Answers: 1
image
Computers and Technology, 23.06.2019 18:30, erjalinalii
Janice recently received her college degree and is looking for a job. she is worried that since she just finished school, she will be required to repay her perkins and direct subsidized loans immediately. janice pulls out the paperwork she signed and reviews it again for repayment information. after reading all of the information, janice discovers that
Answers: 2
You know the right answer?
This assignment has three parts. Part One: Write an interactive program to calculate the volume and...

Questions in other subjects: