Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this assignment you are to develop the logic to solve the problem below. Put your logic into a flowchart and pseudocode. Turn in for

In this assignment you are to develop the logic to solve the problem below. Put your logic into a flowchart and pseudocode. Turn in for grading. Do not program.

Test Scores and Grade

Create a Algorithm, flowchart and pseudocode for a program that has variables to hold three test scores ( 0 to 100 points). The program should ask the user to enter three test scores and then assign the values entered to the variables. The program will then calculate the average of these three scores by adding them together then divide the total by 300. The program then will use this average to determine what letter grade the for the student using the table below. Once you have calculated the average and found the letter grade the program will display both on the screen for the user to see.

Test Score Average Letter Grade

90 - 100 A

80 - 89 B

70 - 79 C

60 - 69 D

Below 60 F

In this assignment you are to develop the logic to solve the following problem. Put your logic into a flowchart and pseudocode to turn in for a grade.

Distance Traveled

The distance a vehicle travels can be calculated as follows:

Distance = Speed * Time

For example, if a train travels 40 miles-per-hour for three hours, the distance traveled is 120 miles. Create an algorithm, flowchart, and pseudocode for a program that asks for the speed of a vehicle (in miles-per-hour) and the number of hours it has traveled. It should use a loop to display the distance a vehicle has traveled for each hour of time period specified by the user. For example, if a vehicle is traveling at 40 mph for a three hour period, it should display a report similar to the one that follows:

Hour Distance Traveled

1 40

2 80

3 120

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Administration The Complete Guide To Dba Practices And Procedures

Authors: Craig S. Mullins

2nd Edition

0321822943, 978-0321822949

Students also viewed these Databases questions

Question

Who first coined the term gentrification in 1 9 6 4 ?

Answered: 1 week ago

Question

2. Discuss various aspects of the training design process.

Answered: 1 week ago