TRUE OR FALSE. Read each statement carefully. Write T if it is a statement of true, otherwise, write F if the statement is false Write your answer on the blank space provided before the number. (10 points) 1. The base of decimal is 11. 2. The base of octal is 8. 3. The base of hexadecimal is 15 4. The base of binary is 2. 5. The Java programming language defines eight primitive data types. 6. String literals represent multiple characters and are enclosed by double quotes 7. Integer literals come in different formats: decimal, hexadecimal, and octal 8. Floating point literals represent decimals with fractional parts. 9. Boolean literals have only two values, true or false. 10. Character literals represent single Unicode characters.