Question: I need python3 program for the following question G Question: 1 of 1 2 WN 3 Write a program to find position of the third

G Question: 1 of 1 2 WN 3 Write a program to find position of the third smallest number in the given array Inputs - first line will have no of elements n second line will have n elements separated by space 4 6 7 8 9 Output position of number in array starting with 1, display -1 if not found in array 0.9 input 4 2233 11 44 Output 2 10 11 12 13 14 15 AP Python v3.7.8 Python 3 1 smallest number in the 2 3 #INPUT [uncomment & modify if required] sampleInput input() result - -404; 4 5 by space #write your Logic here: 6 ng with 1, display -1 If not 7 8 #OUTPUT [uncomment & modify if required] print (result) 9 1 Solution
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
