Friday, March 25, 2016

Week 4

Today, I learned about booleans, which are sets of code in a program that can only be 2 values (for example, true and false). Through what I have learned, I was able to create a number analyzer, which, depending on the number you type, will determine if the number you chose is a positive, a negative, or zero. If you would like to check it out, I've posted the link below:
https://www.khanacademy.org/computer-programming/spin-off-of-challenge-number-analyzer/3768107254
Type the number you want after the equal sign in the statement var theNumber = at the top. Replace the zero with any number

No comments:

Post a Comment