WAP to accept 10 numbers in an array called M[] then check and print the smallest and the greatest number present among them
Input: 29 45 31 17 38 77 59 93 22 16
Output:
Smallest= 16
Greatest=93
Published By : Sunita Chhetry
WAP to accept 10 numbers in an array called M[] then check and print the smallest and the greatest number present among them
Input: 29 45 31 17 38 77 59 93 22 16
Output:
Smallest= 16
Greatest=93