Question: We've set up this code challenge so that the first number will be stored in a variable named x and the second in a variable

We've set up this code challenge so that the first number will be stored in a variable named x and the second in a variable named y.
Your task is to write a variable declaration for a variable called smaller that holds the minimum of x and y.
Sample Input 1:
811
Sample Output 1:
8
Sample Input 2 :
125
Sample Output 2:
5
 We've set up this code challenge so that the first number

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 Databases Questions!