(1)number(2)string(3)boolean (1)numbervar num =10; (2)stringvar str = "hello world"; (3)booleantrue/falsevar b = true;