Question: Introduction to Programming NEST 1 0 1 Programming exercise Surface area of a cube can be calculated if the side ( or edge ) of
Introduction to Programming
NEST
Programming exercise
Surface area of a cube can be calculated if the side or edge of the cube is known. Write Pseudo code which demonstrates that user prompts for the sideledge of the cube, the application then calculates the surface area of the cube. Then the pseudo code demonstrates the display of edgeside and the surface area in cubic meters.
Write an application in Python that prompts the user to enter the side edge of cube. Once the user enters the side or edge of the cube, the application calculates the surface area of the cube and displays edge of cube and surface area of cube, as following format:
Size of edge ori cube:
Surface area of the cube: cubic meters
The application must first print your name and student number on the top right hand side of the display.
Demonstrate the application in the lab.
First write this application in Python terminal and run it
Once you successfully demonstrated that it works, now write the code in Python using. Pycharm and save the file as Lab
Run the application and demonstrate
Submit the printout of fully documented source code.
Rubric:
docstring documentation
Marks
Pseudo code to implement solution
Marks
Displav name and student number
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
