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:
8 11
Sample Output 1:
8
Sample Input 2:
12 5
Sample Output 2:
5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
