Node:Questions for Chapter 7, Previous:Logical operators, Up:Expressions and operators
Questions for Chapter 7
- What is an operand?
 - Write a short statement that assigns the remainder of 5 divided by 2 to
a variable called 
remainderand prints it out. - Write a statement that subtracts -5 from 10.