Help me with this program please.
Author |
Message |
Brainyprogrammer
|
Posted: Mon Jan 11, 2010 1:45 am Post subject: Help me with this program please. |
|
|
Hie Guyzzzz....I need this program very badly..I tried a lot by I m getting it..Please some one help me with it .....Please.plssss hOPE TO GET A REPLY FROM U...weLL THE QUESTION IS;_
A teacher needs to enter her marks and calculate each student?s average, as well as a class average. She has 4 marks for each for 4 students. Ask for the student?s name and then what each test is marked out of and what mark they received on each test. (Do this using a for loop.) Save this data in a data file called ?student_marks?. Enter the marks for 4 different students. Using the data file write a program to output each student?s data in the following format. The class average for all of the marks must be shown first, at the top of the screen. The mark shown for each test is the percentage mark (i.e. their mark/test total * 100), and then the four marks for the student must be averaged and shown in the last column. After all of the student?s have been listed with their marks, the average for each test must also be shown.
sample marks:
Student?s Name Test1 Mark1 Test2 Mark2 Test3 Mark3 Test4 Mark4
---------------- ------ ------ ------- ------- ------ ------ ------- --------
Constance 50 45 22 18 67 55 20 19
Mark Down 50 32 22 16 67 51 20 15
Jean Jacket 50 35 22 15 67 43 20 14
Skip Daily 50 26 22 13 67 41 20 9
Class Average: xx.xx%
Student?s name Test 1 Test 2 Test 3 Test 4 Average
------------------ ------- ------- ------- ------- ----------
Jack Smith xx.xx% xx.xx% xx.xx% xx.xx% xx.xx%
. . . . . .
. . . . . .
. . . . . .
Test Averages xx.xx% xx.xx% xx.xx% xx.xx% |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Euphoracle
![](http://compsci.ca/v3/uploads/user_avatars/11170373664bf5f25f636f1.png)
|
Posted: Mon Jan 11, 2010 8:51 am Post subject: RE:Help me with this program please. |
|
|
Ok so what have you done so far? What in particular do you need help with? If the answer is 'the entire thing' then you are posting on the wrong forum. |
|
|
|
|
![](images/spacer.gif) |
|
|