Created
November 24, 2017 00:01
-
-
Save C-Lion/b5c93dce3f4c72cb40a689e2f5fb8a2c to your computer and use it in GitHub Desktop.
JitteryFatherlyAzurewingedmagpie-1 created by C_Lion - https://repl.it/@C_Lion/JitteryFatherlyAzurewingedmagpie-1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Challenge - Practice using Numbers | |
Challenge - Create an Arithmetic Expression that uses three mathematical operators (+,-,/,*) that returns the date | |
of the current year. | |
EX: 2000 + 18 - 2 * 1; | |
Challenge 1: Current Year - WRITE CODE BELOW | |
*/ | |
2000+20-3*1; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment