Answer the following statements true (T) or false (F)
1. A variable of the int data type can hold numbers with a fractional part, such as 22.1 or ?4.9.
2. A double variable is stored in a format that programmers call double precision floating-point notation.
3. A variable of the decimal data type can hold real numbers with greater precision that the double data type.
4. Because decimal is the preferred data type for storing monetary amounts, remembering that “m” stands for “money” might help you to remember that decimal literals must end with the letter M or m.
5. You can assign integer constants to int, double, and decimal variables.
1. TRUE
2. TRUE
3. TRUE
4. TRUE
5. FALSE
You might also like to view...
A constructor must have the same name as the
A) first private data member. B) first public data member. C) class. D) first object of the class. E) function return type.
If you need to create a few different versions of a PivotTable using the same data, you have to do this by creating queries
Indicate whether the statement is true or false
Using Wipe and Load Migration, which of these is not part of the process?
a. Source computer b. Destination computer c. Proxy server d. Intermediate storage
The most common input devices are the mouse and the keyboard.
Answer the following statement true (T) or false (F)