BI034 - SI034 - 03 - Introduction To C++
BI034 - SI034 - 03 - Introduction To C++
Introduction to
C++
1 0
bool finished = false;
item = 12;
// ERROR!
12 = item;
- subtraction ans = 7 - 3; 4
* multiplication ans = 7 * 3; 21
/ division ans = 7 / 3; 2
% modulus ans = 7 % 3; 1