Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started