Lesson 1.02 Integers and Operators This lesson focuses on basic usage of numbers such as adding, subtracting, ect. We also go over syntax of printing numbers. (not adding much to the resource file because everything is clearly seen in this video) -Examples of different data types- 'a' character, or char, data type "Corey" string data type "Word up dawg." string "!!!!!!!!!" string "123.456" string 42 integer, or int 0 integer 4815162342 integer 0.117 floating point number, or float 13.37 float 4.0 float (if a decimal place is specified)