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
namespace is working on which compiler?
The company is a fake company asking for money of RS10000 while training and not offering a job after training. My humble request to you people not to attend Astersys interview
Why static functions always uses static variables?
Why we use classes in oop?
What is command routing in MFC
Why do we need polymorphism in c#?
When is an object created and what is its lifetime?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
polymorphism means?
What is class encapsulation?
What is the difference between pass by reference and pass by value?
Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?