Using if statements you need to find the largest number between two numbers.
- Create 2 variables and in each variable give it a number of your choice
- Create an if statement that determines which of the two numbers is the largest and console log this sentence*'The largest number out of the two numbers is X'*
Good Luck 😀