Computer Science, asked by sahillade014, 16 days ago

write an algorithm to find maximum number using array​

Answers

Answered by butterscotchseven344
1

Answer:

M=max(A) returns the highest value in the array.

Explanation:

Similar questions