Answer the following statements true (T) or false (F)
1. You cannot assign a decimal value to a double variable because the decimal data type allows for much great precision than the double data type.
2. When you assign a double value to a decimal variable, the double value is implicitly converted to a decimal with no loss of data.
3. A cast operator is the name of the desired data type, written inside parentheses and placed to the left of the value that you want to convert.
4. When a cast operator is applied to a variable, it changes the contents of a variable.
1. TRUE
2. FALSE
3. TRUE
4. FALSE
You might also like to view...
?In the opacity property, if the value is 0, it means an object is completely opaque.
Answer the following statement true (T) or false (F)
The check box control is created using the _____ element.?
A. ?input B. ?select C. ?option D. ?label