Which of the following is a font effect?
A) Contrast B) Small caps C) Brightness D) Scale
B
You might also like to view...
Which of the following statements about named constants is/are true?
A) A named constant must be initialized with a value at the time it is declared. B) The identifier name of a named constant can only contain capital letters and underscores. C) The initial value of a named constant, cannot be changed during the program execution. D) All 3 of the above statements are true. E) Statements A and C are true, but B is not.
Which of the following is not a kind of inheritance in C++?
a. public. b. private. c. static. d. protected.
The ________ method is used by the Date object to return the user's input in a date format
A) parseFloat() B) isNaN() C) parse() D) toUpperCase()
Discuss using the integrated development environment to create applications.
What will be an ideal response?