write an algorithm to find maximum number using array
Answers
Answered by
1
Answer:
M=max(A) returns the highest value in the array.
Explanation:
Similar questions