Computer Science, asked by Saurabh5332, 9 days ago

Suggest the correct function for computing the maximum marks out of the range A1 to A10.

Answers

Answered by gyana90
0

Answer:

take an array of size 10 and put each element in each index

then put max = array[0]

then compare with index+1

if(array[1]> max)

max=array[1]

Similar questions