Type Size Range
_________ ____________ -128 - 127
_________ ____________ -32768 - 32767
_________ ____________ -2,147,483,648 - 2,147,483,647
_________ ____________ -9,223,372,036,854,775,808 -
9,223,372,036,854,775,807
How do we create and use an integer "variable"?
How do we create and use an integer "constant"?
What is a floating point value?
What is the difference between the 2 types used to store floating point values?
Type Size Range
_________ ____________ -3.4E+38 - 3.4E+3.8
7 significant digits
_________ ____________ -1.7E+308 - 1.7E+308
15 significant digits
How do we create and use a floating point "variable"?
How do we create and use a floating point "constant"?
How big is the char type and how do we use it? What is Unicode, ASCII? (See Appendix C)
How big is the boolean type and how do we use it?