Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a segment of code to do the following: (8 marks) The user is required to enter the number of students in a class and

image text in transcribed
Write a segment of code to do the following: (8 marks) The user is required to enter the number of students in a class and the exam score for each student. The total score, and the average exam score are calculated and displayed. Note: The example shown below is for 5 students entered by the user. The user will then enter the exam score for each of the five students. Another example could be the user enters 10 students and the user would enter the exam score for each of the ten students. C:\Users\marieli Desktop\midterm 1112\Debug\midterm 1112.exe Enter the number of students: 5 Enter score for student 1: 99.0 Enter score for student 2: 86.5 Enter score for student 3: 78.0 Enter score for student 4: 57.5 Enter score for student 5: 69.5 Total score: 390.50 Average exam score: 78.10 Press any key to continue ho Write a segment of code to do the following: (8 marks) The user is required to enter the number of students in a class and the exam score for each student. The total score, and the average exam score are calculated and displayed. Note: The example shown below is for 5 students entered by the user. The user will then enter the exam score for each of the five students. Another example could be the user enters 10 students and the user would enter the exam score for each of the ten students. C:\Users\marieli Desktop\midterm 1112\Debug\midterm 1112.exe Enter the number of students: 5 Enter score for student 1: 99.0 Enter score for student 2: 86.5 Enter score for student 3: 78.0 Enter score for student 4: 57.5 Enter score for student 5: 69.5 Total score: 390.50 Average exam score: 78.10 Press any key to continue ho

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 Application Development And Design

Authors: Michael V. Mannino

1st Edition

0072463678, 978-0072463675

More Books

Students also viewed these Databases questions

Question

Where those not participating, encouraged to participate?

Answered: 1 week ago

Question

Were all members comfortable brainstorming in front of each other?

Answered: 1 week ago

Question

4. What will the team agreement contain?

Answered: 1 week ago