Some examples of variable types are: integer - Can store a single whole number like -1, 0, 1, 2 realtype - Can store a single decimal number like -1, -0.5, 0, 0.5, 1 string - Can store a 'string' of characters like "hello world" < take note it needs the quotes array - Can store multiple realtypes. string array - Can store multiple strings.