Question: Question 3 : Create your function module for the following two questions and import your library to execute functions: . Ask the User to enter

Question 3: Create your function module for the following two questions and import your library to execute functions:
. Ask the User to enter two numbers until they enter two numbers the same (hint** for example If enter two numbers 30 and 30, then stop else keep asking numbers.)
. Ask the User to enter five numbers, store those numbers in ascending order in a single Dimensional array, and print that array. (For example, A user is entering a number in the sequence of 20,40,10,100,30 then you should store them in the array like this [10,20,30,40,100])

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!