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 101
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 edge/side 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: 4
Surface area of the cube: ,96 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 Lab1.
Run the application and demonstrate
Submit the printout of fully documented source code.
Rubric:
docstring - documentation
3 Marks
Pseudo code to implement solution
5 Marks
Displav name and student number
 Introduction to Programming NEST 101 Programming exercise Surface area of a

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!