Which one of the following statements declares the string variables city, state, and zip using a single declaration statement?
a. string city, state, zip;
b. string city, string state, string zip;
c. string city; state; zip;
d. string city_state_zip;
a. string city, state, zip;
Computer Science & Information Technology
You might also like to view...
The Charms bar provides quick access to frequently used actions
Indicate whether the statement is true or false
Computer Science & Information Technology
Which of the following would be considered essential software for both laptop computers and tablet computers?
A. Word processor B. VoIP (Voice over Internet Protocol) client C. Office suite D. Browser
Computer Science & Information Technology