Calculate the average for each student and for each exam

Assignment Help Basic Computer Science
Reference no: EM13306205

The original program is supposed to ask the user to enter 3 grades for 5 students, and then calculate the average for each student and for each exam:
(MODIFICATIONS AT BOTTOM)

_______________________________________________________________________________________
#include <stdio.h>
int main()
{
int grades[5][3];
int student, exam;
int sum;
float average;
for (exam=0; exam<3; exam++){
printf(" Exam %i \n", exam+1);
printf("-----------------------\n");
for( student = 0; student < 5; student++){
printf("Grade for student %i: ", student + 1);
scanf("%i", &grades[student][exam]);
}
printf("\n"); }
printf("\n");
for (exam=0; exam < 3; exam++){
sum = 0;
for( student = 0; student < 5; student++){
sum += grades[student][exam];}
average = sum / 5.0;
printf("The average for exam %i is: %3.2f \n", exam + 1, average);
}
printf("\n");
for( student = 0; student < 5; student++){
sum = 0;//make sure the sum is cleared when we start a new average
for (exam= 0; exam < 3; exam++){
sum += grades[student][exam];}
average = sum / 3.0;
printf("The average for student %i is: %3.2f \n", student + 1, average);
}
printf("\n");
return 0;
}

 

Reference no: EM13306205

Questions Cloud

What is this error : The following function is supposed to return true if any element of the array x has the value 0 and false otherwise. It has an error. What is this error?
The way forward are important aspects of leadership : One function of a leader is to provide the vision for the organization they lead. Being a role model and leading the way forward are important aspects of leadership.
Use this information to find a tighter bound on p : If X is a non-negative random variable with E(X) = ?, then Markov's inequality tells us that for every a, P(X ? a) ? ?/a. As we saw in class, this bound is sometimes very loose. In this problem we'll look at a situation in which extra information ..
What is cloud computing : What is cloud computing? How far back can you find the first usage of the term? Give examples of typical applications of cloud computing.
Calculate the average for each student and for each exam : The original program is supposed to ask the user to enter 3 grades for 5 students, and then calculate the average for each student and for each exam.
Enhancing organizational efficiency and effectiveness : One page response APA style please.Enhancing organizational efficiency and effectiveness in large organizations can be accomplished by wisely grouping activities in such way as to avoid overlapping, reducing redundancy and to enhance cooperation, com..
Write a program that calculates a savings accounts yearly : Write a program that calculates a savings accounts yearly savings amount. The savings account pays an interest rate of 3% yearly.
Calculate how many minutes it takes for the runner to run : A sprinter runs using a force of 200 N and a power output of 600 W. Calculate how many minutes it takes for the runner to run 1 km.
Determine what is the design volume of the aeration basin : Assume the microorganisms are 55 percent efficient at converting food to biomass, the organisms have a first-order death rate constant of 0.05/day, and the microbes reach half of their maximum growth rate when the BOD5 concentration is 10 mg/L

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Identifies the cost of computer

identifies the cost of computer components to configure a computer system (including all peripheral devices where needed) for use in one of the following four situations:

  Input devices

Compare how the gestures data is generated and represented for interpretation in each of the following input devices. In your comparison, consider the data formats (radio waves, electrical signal, sound, etc.), device drivers, operating systems suppo..

  Cores on computer systems

Assignment : Cores on Computer Systems:  Differentiate between multiprocessor systems and many-core systems in terms of power efficiency, cost benefit analysis, instructions processing efficiency, and packaging form factors.

  Prepare an annual budget in an excel spreadsheet

Prepare working solutions in Excel that will manage the annual budget

  Write a research paper in relation to a software design

Research paper in relation to a Software Design related topic

  Describe the forest, domain, ou, and trust configuration

Describe the forest, domain, OU, and trust configuration for Bluesky. Include a chart or diagram of the current configuration. Currently Bluesky has a single domain and default OU structure.

  Construct a truth table for the boolean expression

Construct a truth table for the Boolean expressions ABC + A'B'C' ABC + AB'C' + A'B'C' A(BC' + B'C)

  Evaluate the cost of materials

Evaluate the cost of materials

  The marie simulator

Depending on how comfortable you are with using the MARIE simulator after reading

  What is the main advantage of using master pages

What is the main advantage of using master pages. Explain the purpose and advantage of using styles.

  Describe the three fundamental models of distributed systems

Explain the two approaches to packet delivery by the network layer in Distributed Systems. Describe the three fundamental models of Distributed Systems

  Distinguish between caching and buffering

Distinguish between caching and buffering The failure model defines the ways in which failure may occur in order to provide an understanding of the effects of failure. Give one type of failure with a brief description of the failure

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd