Write a program to compute for numeric grades for a course.
The course records are in a file that will serve as the
input file. The input file is in exactly the following
format: Each line contains a student's first name, then one
space, then ten quiz scores all on one line. The quiz scores
are in whole number and are separated by one space. Your
program will take it input from this file and sends it
output to a second file. The data in the output file will be
exactly the same as the data in the input file except that
there will be one additional number (of type double) at the
end of each line. This number will be the average of the
student's ten quiz scores. Use at least one function that
has file streams as all or some of its arguments.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

What are the features of oop?

0 Answers  


what is the difference between <stdio.h>and "stdio.h"?

5 Answers  


Why is encapsulation used?

0 Answers  


2. Give the different notations for the class.\

0 Answers  


What is DeadlyDiamondDeathProblem ?

1 Answers  






Can you inherit a private class?

0 Answers  


Why is oop useful?

0 Answers  


why to use operator overloading

3 Answers  


Why do we use oops?

0 Answers  


can we make game by using c

1 Answers   SmartData,


c++ is a purely oop concept?

3 Answers   Google, TCS,


what is different between oops and c++

0 Answers   IIT,


Categories