0
I code frist point then I don't know how to code others
Create a menu having the following functionality. ï· A function to automatically store values in 10*10 array. ï· A function that finds the average value in the above array. ï· A function to update the values of the diagonal line in the same array. ï· A function to print out the largest and smallest value in the same array. You need to use the switch command and the default command, to solve the second part of this assignment.
5 Answers
0
What type of menu? A gui?
0
I try to solve it but their is alot of mistake
0
for (i = 0; i < rowCount; i++) should probably be for (i = 0; i <= rowCount; i++) for all instances. I think that's what the errors are.
0
OK I will change it. thx