subject

(Pseudocode and modules)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 05:20
Write a program called assignment3 (saved in a ļ¬le assignment3.java) that computes the greatest common divisor of two given integers. one of the oldest numerical algorithms was described by the greek mathematician, euclid, in 300 b.c. it is a simple but very eā†µective algorithm that computes the greatest common divisor of two given integers. for instance, given integers 24 and 18, the greatest common divisor is 6, because 6 is the largest integer that divides evenly into both 24 and 18. we will denote the greatest common divisor of x and y as gcd(x, y). the algorithm is based on the clever idea that the gcd(x, y) = gcd(x ! y, y) if x > = y and gcd(x, y) = gcd(x, y ! x) if x < y. the algorithm consists of a series of steps (loop iterations) where the ā€œlargerā€ integer is replaced by the diā†µerence of the larger and smaller integer. this continues until the two values are equal. that is then the gcd.
Answers: 3
question
Computers and Technology, 22.06.2019 10:00
What is a society that has moved to the internet rather than relying on physical media called
Answers: 2
question
Computers and Technology, 22.06.2019 10:30
You have a large, late-model pick-up truck with a rear seat. the pick-up truck weighs 6,500 pounds. the florida seat belt law
Answers: 1
question
Computers and Technology, 22.06.2019 11:00
When building customer relationships through email what should you not do? question 2 options: utilize proper grammar, spelling, and punctuation type in all capital letters use hyperlinks rather than attachments respond to all emails within 24 hours
Answers: 1
You know the right answer?
(Pseudocode and modules)Design a grade program that directs the user to enter information for one st...
Questions
question
Mathematics, 04.05.2020 23:57
question
Mathematics, 04.05.2020 23:57
question
Mathematics, 04.05.2020 23:57
Questions on the website: 13722367