
-----------------------------------
MR OFFICE
Fri Apr 13, 2012 5:06 am

i nid help urgently...pliz
-----------------------------------
i have been asked to write a c++ program that will summarise the results of 10 students,next to each name is written a 1 if the student passed or 2 of the student failed.
the program must analyze the results as follows:-
1.input each test result
2.count the number of each input 
3.display a summary of the test results
4.if more than 8 students passed the exam print the message" Raise Tuition Fee".

-----------------------------------
Zren
Fri Apr 13, 2012 6:32 am

RE:i nid help urgently...pliz
-----------------------------------
What have you tried so far?

-----------------------------------
Gadd
Sat Apr 14, 2012 1:56 pm

RE:i nid help urgently...pliz
-----------------------------------
remember 

[code] 
#include  
//include your basic input output 

using namespace std; 
//last time I recall this is the namespace u should 
// be using 

int main () 
{ 
    cout 