Can someone help me to this code , I'm just newbie here. It looks difficult for me☺️
#include <iostream>
using namespace std;
int main() {
int count,x,rindex, cindex;
int r,c;
int grades [3][2],sn;
cout<< "Please input 6 grades:\n";
for (r=0;r<3;r--){
for (c=2;c>0;c++) {
cin << grades[r][c];
}
}
cout <<...
User Profile
Collapse
Profile Sidebar
Collapse
mangeladao
Last Activity: Feb 20 '22, 12:22 PM
Joined: Feb 20 '22
Location:
-
mangeladao started a topic Instruction: The C++ program below contains syntax and logic errors. Once corrected, the code is supposed to display the following output:in GeneralInstruction: The C++ program below contains syntax and logic errors. Once corrected, the code is supposed to display the following output:
No activity results to display
Show More