Answered step by step
Verified Expert Solution
Question
1 Approved Answer
M 2 Lab Instructions Introduction: Assignment requires the use of decision structures and loops Instructions: For this assignment, refer to page 8 5 of your
MLab Instructions
Introduction:
Assignment requires the use of decision structures and loops
Instructions:
For this assignment, refer to page of your textbook. The instructions below list the assignment requirements.
Create a Python code file named MLabFuncRevFirstLast.py replace "FirstLast" with your own name
Add a title comment block to the top of the new Python file using the following form
# A brief description of the project
# Date
# CSC mLab Function Review
# Your Name
Complete Exercise on page Dollar Store points
Convert the program to a "Modularized" menu driven program, the zipped folder linked below contains a modularized menu driven program.
The three functions you created in step calcCost displayLine and display above are to be saved in a DIFFERENT file so all functions in ONE file give the file a discriptive name.
The main file is to display the menu shown below and call the functions you saved in that other file, whenif the user chooses to calculate item cost.
Note the program should only stop if the user enters meaning the only when the user chooses to stop.
If a value other than or is entered, the program should display a statement that tells the user the value thev entered is invalid and then display the menu again.
Menu Calculate cost Cal
Exit
Below is a zipped folder that contains a modularized menudriven program, refer to this program to see how to create a menu driven program.
menu driven zip
opens in new window
Submit your finished code solution files through assignment link posted below by the posted deadline
Note: Program Pseudocode detail algorithm required
Grading criteria:
Refer to above and the grading criteria posted in rubrics below
MLab Grading Rubric docx
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started