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 program5_2, producing the same output
results.
DELIVERABLES
A Python script named program5_3.py 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 52 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 52 in a similar manner in your program.
Ensure that the output results produced by your program match those of program5_2, 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 well-documented.
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 input/output.
EXAMPLE INPUT/OUTPUT
Enter the length of the rectangular cuboid: 1
Enter the width of the rectangular cuboid: 2
Enter the height of the rectangular cuboid: 3
The surface area of the rectangular cuboid is 22.0000
The diagonal of the rectangular cuboid is 3.742
 should prompt the user for the dimensions of a rectangular cuboid

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!