Question: should prompt the user for the dimensions of a rectangular cuboid and execute the imported functions in a similar manner as program 5 _ 2
should prompt the user for the dimensions of a rectangular cuboid and execute the imported functions in a similar manner as program producing the same output
results.
DELIVERABLES
A Python script named programpy that meets the requirements outlined in the instructions.
This program shall also meet all requirements stated in the assignment requirements section above and the evaluation criteria stated in the section below and will
be scored using the assignment rubric.
INSTRUCTIONS
Import program as a module in your program.
Prompt the user to input the length, width, and height of a rectangular cuboid. All inputs should be floats.
Execute the imported functions from program in a similar manner in your program.
Ensure that the output results produced by your program match those of program including the same number of decimal places.
ADDITIONAL EVALUATION CRITERIA
In addition to the requirements for this module stated in the section above, your program will also be evaluated on the following criteria:
Correctness of code: The script should function as described in the instructions.
Code quality: The script should be clear, readable, and welldocumented.
Use of Python features: The script should make effective use of Python's features, including importing and using modules.
The program should handle input and output correctly, with prompts and output formatted as in the example inputoutput
EXAMPLE INPUTOUTPUT
Enter the length of the rectangular cuboid:
Enter the width of the rectangular cuboid:
Enter the height of the rectangular cuboid:
The surface area of the rectangular cuboid is
The diagonal of the rectangular cuboid is
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
