Question: home / study / engineering / computer science / computer science questions and answers / please help me do a algorithm, pseudocode and flowchart during

home / study / engineering / computer science / computer science questions and answers / please help me do a algorithm, pseudocode and flowchart during this course you will design ...

Question: Please help me do a algorithm, pseudocode and flowchart During this course you will design a prog...

Please help me do a algorithm, pseudocode and flowchart

During this course you will design a program for a state university. The university needs a website design that will enable students to order books online. Each week you will receive additional instructions for the elements of the design based on the needs of the university. The elements will correspond with the concepts and skills you learn that week.

According to the university's website design request, students need to order five books, one for each of the five required courses that all students take. You need to design a program that will prompt students for the price of each book and display the total cost for the five books.

Create a 1- to 1 3/4-page document listing the steps needed to solve the problem using an algorithm, including the following:

Identify the input needed

Define what the input must do (i.e., the process)

Show what the output must produce

Create a 1/2- to 1-page document of your pseudocode based on the algorithm, including the following:

Write the pseudocode statement(s) for the input

Write the pseudocode statement(s) for the process

Write the pseudocode statement(s) for the output

Create a 1-page flowchart based on the algorithm, including the following:

Mark the program's starting point

Represent the input steps in the program

Represent the process steps in the program

Represent the output steps in the program

Mark the program's ending point

It then needs to be reassessed part 2

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:

1. Prompt the student for the number of courses being taken

2. Use a while loop to prompt the student for the price of each book based upon the number of classes being taken

3. After the price of each book has been entered, prompt the user for shipping options: delivery or pick-up

4. Use an if statement to add the charges to the total price if the shipping charges are greater than 0

5. Display the total cost

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!