Please write your answers in Google Docs using your school Google account. Please expand on your answers with code. Write the code in Eclipse and copy the code into your document.
Can you identify what happens when you use // ?
Can you convert between float, integer and string?
Can you convert from a character to an integer?
Can you convert an integer (from the ASCII table) into a character?
What is the difference between == and is?
What data type does a comparison resolve into?
Can you identify integer bounds, precision of floating-point real numbers, and rounding errors?
Define a compound data type. Give 3 examples. Explain the compound nature of the data types.