In Alice, a(n) ____ variable type is used to store decimal numbers.
A. Integer
B. Number
C. Double
D. Long
Answer: C
Computer Science & Information Technology
You might also like to view...
If you have the following variable declaration in your program,
const int SIZE=34; then which of the following statements are legal? a. SIZE ++; b. x = SIZE--; c. cout << SIZE; d. cin >> SIZE;
Computer Science & Information Technology
The java.text package contains classes for manipulating all of the following items except ________.
a. classes b. numbers c. strings d. characters
Computer Science & Information Technology
To add a word, space, or character in a concatenated field, it should be surrounded by ________
A) square brackets ( [] ) B) plus signs (++) C) parentheses ( () ) D) quotation marks ( "" )
Computer Science & Information Technology
A storage area for files that have been deleted is called the ________
A) Garbage Bin B) Recycle Bin C) Deleted Files Bin D) Trash Bin
Computer Science & Information Technology