Asked by livia

Write a c program that will declare two dimensional array called of 5 row and 5 colum. The user will enter student marks for 25 student caculate and print the minimum and maximum average marks those students.

Answers

Answered by Steve
int scores(5,5);
...
Answered by luqman
nak jawapan
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions