error:expected ; before } tokenyes 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 functionthank you very much vlad problem solved!!
passing 2-d array to functionthanks for the reply i have made the changes but it now prompts a new error [output] undefined refer...