WAP to accept 10 numbers in an array in descending order then check and print the index number of an input number in the same list. If it is not found then print “it is not available”
Input: 80, 72, 65, 50, 41, 35, 21
Output: 80, 72, 65, 50, 41, 35, 21
Published By : Sunita Chhetry