User profile: varuniitb

User info
User name:varuniitb
History
Joined:
Number of posts:8
Latest posts:

error:expected ; before } token
yes it did.. but it comes out of the loop and gives only one answer as follows [quote] Case #1: 2 3 ...

error:expected ; before } token
[code] #include<iostream> #include<fstream> #include<new> using namespace std; main() { int i,N...

calculating average
[code] #include<iostream> #include<iomanip> using namespace std; void getTestScores(double &s1, dou...

passing 2-d array to function
thank you very much vlad problem solved!!

passing 2-d array to function
thanks for the reply i have made the changes but it now prompts a new error [output] undefined refer...