Executable Script (Python)
Executable Script
Your programming project will be a simple, working program, using a Python scripting language, which utilizes a good design process and includes:
· Sequential, selection, and repetitive programming statements as well as,
· At least one function call.
You will design (based on your pseudo code in your Project 1), create, debug and execute the program.
Documentation within the program should include:
· Your Name
· Course
· Program Name
· Due Date
· Programming Language Used
· List any requirements/steps to run the program:
· Purpose
Additionally add in comments to the code to describe what is happening
Example:
##########################################################################
# Author:
# Course: CMST290, Semester-OL# (e.g. CMST 290, Summer 2014)
#
#
# Program Name:
# Due Date:
#
# Programming Language Used: Python 3
#
# List any requirements to run the program:
# Purpose:
##########################################################################
· Your program must be submitted as an executable file. If you write the program in Python, you will be submitting Python(.py) file.
·
How Will This Assignment Be Graded? (i.e. The Way to an "A")
Assignment Grading Rubric | |
Criteria |
What does this mean? |
Menu items |
When run, program displays five menu items for users to make a calculation and sixth option to exit the program. |
Calculations and output |
All of the menu items perform different calculations and display result successfully. |
Return to main menu |
Program returns user back to the main menu. |
Function |
Program makes use of function for calculations. |
Documentation |
Program contains documentation/comment as mentioned above. |
12 years ago
Purchase the answer to view it
- menu.zip