Com Sci Chapter 2 Lecture Notes

Declare string and character variables to store text. ... To cast the value of one type to another type (2.11) To compute loan payments (2.12) ... 8 i = i / 8 %= Remainder Assignment i %= 8 i = i % 8 ++var Preincrement Increments var by 1 and uses the new value in var in the expression var++ Postincrement Uses the old value in var in the ... ................
................