subject

Answer this in the form of a flowgorithm:

Design a grade program that directs the user to enter information for one student. The user inputs the first name, last name, and three grades. The three grades MUST be entered into an array. Validate the grade input so that only grades between 0 and 100 are accepted. The program should display four output lines.

One containing the student’s first and last name separated by a space
One containing all three grades
One containing the final average
One containing the letter grade

The program must calculate the final average. The letter grade is determined using the following ranges:

A: 90-100
B: 80-89
C: 70-79
D: 60-69
F: Below 60

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 12:00
The following function returns a string of length n whose characters are all 'x'. give the order of growth (as a function of n) of the running time. recall that concatenating two strings in java takes time proportional to the sum of their lengths. public static string f(int n) { if (n == 0) return ""; if (n == 1) return "x"; return f(n/2) + f(n - n/2); } options: a) constant b) logarithmic c) linear d) linearithmic e)quadratic f)cubic g) exponential
Answers: 2
question
Computers and Technology, 23.06.2019 22:30
You draw two cards from a standard deck of 52 cards, but before you draw the second card, you put the first one back and reshuffle the deck. (a) are the outcomes on the two cards independent? why?
Answers: 3
question
Computers and Technology, 24.06.2019 04:30
Which of the following terms refers to a collection of different types of software that share the goal of infiltrating a computer and making it do something? a- malware b- virus c- spyware d- trojan horse
Answers: 2
question
Computers and Technology, 24.06.2019 07:20
Ingrid started speaking about her slide presentation. when she clicked to th"third slide, which had just a picture of an elephant, she forgot what she wassupposed to talk about. what could ingrid do to avoid this situation in thefuture? oa. print handouts for her audience.ob. add presenter's notes to each slide.oc. add a video to each slide.od. save her slide presentation to a flash drive
Answers: 2
You know the right answer?
Answer this in the form of a flowgorithm:

Design a grade program that directs the user...
Questions
question
Mathematics, 23.06.2020 10:57
question
History, 23.06.2020 10:57
question
Mathematics, 23.06.2020 10:57
question
Business, 23.06.2020 10:57
question
Mathematics, 23.06.2020 10:57
Questions on the website: 13722360