Computers and Technology

(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

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 23.06.2019 03:00, tay9122
Jason, samantha, ravi, sheila, and ankit are preparing for an upcoming marathon. each day of the week, they run a certain number of miles and write them into a notebook. at the end of the week, they would like to know the number of miles run each day, the total miles for the week, and average miles run each day. write a program to them analyze their data. your program must contain parallel arrays: an array to store the names of the runners and a two-dimensional array of five rows and seven columns to store the number of miles run by each runner each day. furthermore, your program must contain at least the following functions: a function to read and store the runners’ names and the numbers of miles run each day; a function to find the total miles run by each runner and the average number of miles run each day; and a function to output the results. (you may assume that the input data is stored in a file and each line of data is in the following form: runnername milesday1 milesday2 milesday3 milesday4 milesday5 milesday6 milesday7.)
Answers: 3
image
Computers and Technology, 23.06.2019 21:20, FlowerChild1229
For positive constants a and b, the force between two atoms in a molecule is given f(r) = −a r2 + b r3 , where r > 0 is the distance between the atoms. note: a and b are upper case letters. (a) find f '(r) = (b) find the critical point for f(r). r = (c) find f ''(r) = (d) find the value of r so that f ''(r) = 0.
Answers: 1
image
Computers and Technology, 24.06.2019 02:30, Esmail
Write the pseudo code for this problem based on what you learned from the video. the purpose is to design a modular program that asks the user to enter a distance in kilometers, and then converts that distance to miles. the conversion formula is as follows: miles = kilometers x 0.6214
Answers: 3
image
Computers and Technology, 24.06.2019 03:30, mprjug6
Which explains extrinsic motivation? a)motivation in which there is a reward b)motivation that is personally satisfying c)motivation that is personally meaningful d)motivation in which the subject is interesting
Answers: 1
Do you know the correct answer?
(Pseudocode and modules)Design a grade program that directs the user to enter information for one st...

Questions in other subjects:

Konu
English, 25.11.2021 14:00
Konu
Mathematics, 25.11.2021 14:00
Konu
Social Studies, 25.11.2021 14:00
Konu
French, 25.11.2021 14:00