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