Reference no: EM132341665
Complete the Lab 4-6, "Programming Challenge 1 - Tip, Tax, and Total," of Starting Out with Programming Logic and Design.
Note: You are only required to create the pseudocode for this activity; however, notice how the pseudocode compares to the given Python code for this assignment.
Submit your assignment using the Assignment Files tab.
Materials
Lab 4-6, Programming Challenge 1 - Tip, Tax, and Total
Assignment Grading Guide
The university reassessed its needs for the website design and determined it will no longer require all students to take five classes.
Update the website program to reflect the following changes:
Prompt the student for the number of courses being taken
Use a while loop to prompt the student for the price of each book based upon the number of classes being taken
After the price of each book has been entered, prompt the user for shipping options: delivery or pick-up
Use an if statement to add the charges to the total price if the shipping charges are greater than 0
Display the total cost
assignment 2
Create a 1/2- to 1-page document containing pseudocode based on the revised program needs. Add this to the revised program pseudocode from the Week One Individual Assignment, Problem Solving with Algorithms.
Create a 1-page flowchart based on the algorithm for the revised program needs. Add this to the revised program flowchart from the Week One Individual Assignment, Problem Solving with Algorithms.
Submit your assignment using the Assignment Files tab.
Materials
Assignment Grading Guide
Individual: University Project: Problem Solving with Algorithms.