Problem With Pointers CPP !
Hello guys ** I have this data from user Exam 1 Exam 2 Exam 3 ... ---------------------------------------------- Student 1: 13 14 15 ---------------------------------------------- Student 2: 18 - - ---------------------------------------------- Student 3: 20 12 - ---------------------------------------------- ** And I want to print the student scores, but the result of my code is: -------------------------------------------------------------- Student[0,0]=20 Student[0,1]=12 Student[0,2]=15 Student[1,0]=20 Student[2,0]=20 Student[2,1]=12 -------------------------------------------------------------- *********** What's wrong with this?? 👇👇👇👇*********** https://code.sololearn.com/c0d35ZZDn1Az/?ref=app