Help please with this Dev C++ program - Geeks to Go Forums

Jump to content

Log in Register Register Malware removal guide How it works

Help please with this Dev C++ program

#1 Eddie77

  • Group: Member
  • Posts: 1
  • Joined: 16-July 12

Posted 16 July 2012 - 10:03 PM

I need to write a program in c++, i'm using Dev C++ , that asks a user to enter hom many students are going to be processed and when entered 30 it displays the students name, test #1, test # 2, test # 3, Test Average And letter grade.

I'm supposed to be using arras and data text files. The data text file i allready have.

The data file has only the 30 student names and their 3 test scores.
so i have to use FOR LOOPS SOMEHOW TO CALCULATE ALL OF THIS AND THEN DISPLAY IT.

then at the end it should show the class average of the tests.



Thanks ahead of time.

#2 Grimxonic

  • Group: Member
  • Posts: 24
  • Joined: 13-September 12

Posted 13 September 2012 - 02:33 AM

You're asking us to do all the work for you, that takes all the fun out of it :P

If you provide some source code and try to program it for yourself and get stuck, post the code here and I'll help you. I need to brush up on my C++ anyways

EDIT: I didn't see the date this was posted, sorry to bring up an old thread. It was on the first page, I just assumed it was more recent lol

Share this topic: