June 2017
Beginner
320 pages
7h 37m
English
Every programming language has some kind of way of doing numbers and math. Do not worry: programmers frequently lie about being math geniuses when they really aren’t. If they were math geniuses, they would be doing math, not writing buggy web frameworks so they can drive race cars.
This exercise has lots of math symbols. Let’s name them right away so you know what they are called. As you type this one in, say the name. When saying them feels boring you can stop saying them. Here are the names:
• +: plus
• -: minus
• /: slash
• *: asterisk
• %: percent
• <: less-than
• >: greater-than
• <=: less-than-equal
• >=: greater-than-equal
Notice how the operations are missing? After you type in the code for this exercise, ...
Read now
Unlock full access