C: Review
Data Types: int for numbers char for letters float for numbers with comma double for numbers with comma Arrays: to place more than one data into single variable used by *data_type*[*array_size*] Operators: + addition - subtraction * multiplication / division % modulus operation ++ +1 -- -1 == is equal to != is not equal to > is greater than < is smaller than >= is greater than or equal to <= is smaller than or equal to && AND || OR ! NOT Loops: for while goto 2201757635 skyconnectiva.com binus.ac.id Juanda P. G.