Choose the sentence with the correct comma usage from the following set of sentences.?
A. ?Asif bought the postcards but Carmen forgot the stamps. (No commas)
B. ?Asif bought the postcards, but Carmen forgot the stamps.
C. ?Asif bought the postcards, but, Carmen forgot the stamps.
Answer: B
Computer Science & Information Technology
You might also like to view...
Which of the following is not a valid runtime description according to Big O notation?
a. O(1) b. O(n) c. O(n2) d. All of the above are valid.
Computer Science & Information Technology
True or false: The OUI for the MAC address 00-10-A4-13-99-2E is 13992E.
a. True b. False
Computer Science & Information Technology
Describe the queue in terms of the Model-View-Controller pattern.
What will be an ideal response?
Computer Science & Information Technology
Which of the Java strings represent the regular expression ,\s*?
a. "\,\s\*" b. ",\\s*" c. ",\\s\\*" d. ".\\s\*"
Computer Science & Information Technology