HELP!!MRangel is right. Line 24 should be: [code] for (int i=0; i<5; i=i+1) { cout<<balance[i]<<endl; s...
value return function[code] char grade(int score) { if(90<score<100) return A; else if(80<score<90) return B; } [/code]...
Help with defining function problem!Return value will be helpful.
This user does not accept Private Messages