Question: This code requests the user enter a number and displays whether the number is large, i . e . greater than 1 0 0 ,

This code requests the user enter a number and displays whether the number is large, i.e. greater than 100, or not. As
an exercise, write a program requesting the user to enter 4 numbers. Place the numbers in an array and display the
contents of the array. Check if the first value in the array is greater than the second. If it is, switch the position of the
two numbers in the array. Display the contents of the array again. Solve this problem without using loops.

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!