Question

In: Computer Science

Draw a flow chart for a program that will get the name and final exam results...

Draw a flow chart for a program that will get the name and final exam results for all FBTOO15 students (474); and calculate the total scores for all students. After all results were entered, the average results would be calculated and displayed on screen.

Solutions

Expert Solution

Hey There,

- The question is not much clear like there is no mention of does final_exam_results indicates the total marks that student has scored or the individual marks of all subjects? So, based on what I understood I have given the answer.

- If there needs any kind of change then do let me in the comments box I will be more than happy to help you and I will edit my answer accordingly.

- Here is what I am doing:

1. Declaring all the variables

2. Reading Names and Final_Exam_marks for all the students

3. Adding their Final_Exam_Marks to the Total Score

4. After adding all the student's Final_Exam_arks, calculating the Average by dividing the Total Score by a Total number of students.

5. Displaying Average results.

Hope it Helps:)


Related Solutions

Using python code Developed a program to get students homework, midterm, and final exam grades and...
Using python code Developed a program to get students homework, midterm, and final exam grades and compute their average grades display average grade as a number and give them letter gardes. For this homework, I would like you to modify your to do the following. Student grades MUST be between 0 and 100. If students input any number that is not in this range , program must keep asking to enter the correct number. Once student input correct grade, program...
Draw a Flow chart and write a C++ program to solve the quadratic equation ax^2 +...
Draw a Flow chart and write a C++ program to solve the quadratic equation ax^2 + bx + c = 0 where coefficient a is not equal to 0. The equation has two real roots if its discriminator d = b2 – 4ac is greater or equal to zero. The program gets the three coefficients a, b, and c, computes and displays the two real roots (if any). It first gets and tests a value for the coefficient a. if...
Please can you draw a flow chart for the following code : Program code for Payroll,java:...
Please can you draw a flow chart for the following code : Program code for Payroll,java: public class Payroll { public Payroll(String name,int ID,double payRate) { this.name=name; this.ID=ID; this.payRate=payRate; } private String name; private double payRate,hrWorked; private int ID; public Payroll() { name="John Doe"; ID=9999; payRate=15.0; hrWorked=40; } public String getName() { return name; } public int getID() { return ID; } public void setPayRate(int payRate) { this.payRate=payRate; } public void setHrWorked(double hrWorked) { this.hrWorked=hrWorked; } public double getPayRate() {...
Draw a flow chart of the steps that would be employed by a neutrophil to eliminate...
Draw a flow chart of the steps that would be employed by a neutrophil to eliminate a bacterial cell. Assume that no antibodies are present that recognize the bacteria as foreign.
On unlined paper, draw a flow chart or similar map that traces the blood flow through...
On unlined paper, draw a flow chart or similar map that traces the blood flow through the circulatory system.   Use the vessels from your circulation lab and heart lab. You should include the chambers of the heart and all of the vessels on your lists. Use arrows to indicate the direction of blood flow. Use two different colored pens or pencils to indication oxygenated vs. deoxygenated blood. Label all the vessels and be sure to include an a. for artery...
write the PsuedoCode and the flow chart of the following: 1. draw a deck of cards...
write the PsuedoCode and the flow chart of the following: 1. draw a deck of cards from a standard deck of 52 cards until the queen of hearts is draw. how many cards did you draw?
develop pesudocode and draw flow chart for : the area of a triangle when the height...
develop pesudocode and draw flow chart for : the area of a triangle when the height h takes value between 0.5 and 3. the area of triangle is A=h(base/2)
Draw the flow chart of the extra neutral ethyl alcohol to be produced for use in...
Draw the flow chart of the extra neutral ethyl alcohol to be produced for use in the production of acetic acid, detailing the pretreatments to be applied on the raw material you choose. Process the feed, product, by-product and waste lines entering and leaving the boxes and the elements they contain. Show the processes where by-products and wastes are processed on the flow chart. In the box-laying, enter the process name and the list of equipment to be used for...
Using the accompanying Student Grades​ data, construct a scatter chart for midterm versus final exam grades...
Using the accompanying Student Grades​ data, construct a scatter chart for midterm versus final exam grades and add a linear trendline. What is the​ model? If a student scores 70 on the​ midterm, what would you predict her grade on the final exam to​ be? Student Midterm Final Exam 1 7575 6464 2 8585 9090 3 8080 6969 4 8989 8484 5 7676 6161 6 6666 7878 7 7878 7272 8 9494 9494 9 6767 5959 10 9393 8686 11...
Write a program that loops, prompting the user for their full name, their exam result (an...
Write a program that loops, prompting the user for their full name, their exam result (an integer between 1 and 100), and then writes that data out to file called ‘customers.txt’. The program should check inputs for validity according to the following rules: First and last names must use only alphabetical characters. No spaces, hyphens or special characters. Names must be less than 20 characters long. Exam result (an integer between 1 and 100 inclusive) The file should record each...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT