Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 397 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 397 Bytes

Find the largest of three numbers

Using if statements you need to find the largest number between three numbers.

Your Task 😃:
  1. Create 3 variables and in each variable give it a number of your choice
  2. 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 😀