The expression "Java " + 1 + 2 + 3 evaluates to ________.
a. Java123
b. Java6
c. Java 123
d. java 123
e. Illegal expression
c. Java 123
The + operator is evaluated from left to right. When a string adds with a number, the number is converted into a string. The correct answer is C.
You might also like to view...
Which of the following statements will place "Greetings" in the title bar of a form?
(A) Me.Title = "Greetings" (B) Me.Text = "Greetings" (C) Me.Name = ";Greetings" (D) Me.Heading = "Greetings"
What function traps errors in a custom template?
A) FINDERROR B) IF(#ErrorValue) C) ERRORTRAP D) IFERROR
The AVERAGEIFS function expands on the AVERAGEIF function by allowing multiple criteria to determine the subset of data
Indicate whether the statement is true or false
Which wireless encryption standard is based on RC4 symmetric encryption and uses 64- or 128-bit encryption key?
a. WEP b. WPA c. WPA1 d. WPA2