Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 672 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 672 Bytes

JavaScript_Day1_Classwork2

Exercise 4:

Ask the user to enter a password. Ask the user to confirm the password. If they are the same print “CORRECT!!!”. If they are not equal print “INCORRECT!!!”

Exercise 3

Enter 3 card numbers. If it equals 21 print BLACKJACK!, if it’s greater than 21 print BUST!, if it’s less than 21 print “The total is [TOTAL]”

Exercise 5:

Ask the user to enter a number. Ask the user to enter another number. If the first number is greater than the second number print “The first number is greater!!!”. If the second number is greater print “The second number is greater!!!”

testing github merge 2018-08-20