have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...
2 10146Post New ITC Indian Tobacco Company COBOL Interview Questions
• What type of testing questions will be asked for 2+ yrs exp people in interview?
What is netstat command in linux?
What should be the ideal quality score for adwords?
What is automatic error handling in perl?
what is tracer technique?
I need to load an image from flickr into my application. Do I need a crossdomain.xml file on flickr?
How to create a non-reusable instance of reusable transformations?
What is Horizontal and vertical clustering ?
What is dynamic dispatch?
Why use drupal?
how do use session mapping parameters ?(in which transformation)
How do I register a dll in windows 7?
What's c++ used for?
How can you upload a file using php?
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.