Answer the following statements true (T) or false (F)

1) Both stings and characters should be enclosed in double quotes ("x").
2) When a backslash is found within quotes it’s considered part of an escape
sequence.
3) The Unicode character set has the same characters as ASCII.
4) When using the string constructor (char, int), the character is repeated in
a string as many times as specified by the integer.
5) Strings are not able to be made from an array of characters.

1) F
2) T
3) F
4) T
5) F

Computer Science & Information Technology

You might also like to view...

You cannot modify existing tabs, but you can create new tabs with whatever arrangement you desire

Indicate whether the statement is true or false

Computer Science & Information Technology

Error handling

a. Finds errors in the records. b. Is executed each time a record is read into the computer. c. Produces an error report. d. All of the above. e. None of the above.

Computer Science & Information Technology