struct type salesPerson has a component sales, which is an array of 50 sales totals. Write the command to display the first sales total for a salesPerson variable called janeSmith.

What will be an ideal response?


cout << janeSmith.sales[0];

Computer Science & Information Technology

You might also like to view...

Create a rough sketch of your game in both 4:3 and 16:9 formats. Will one of the formats in particular enhance the way your game is played?

What will be an ideal response?

Computer Science & Information Technology

Choose the sentence that demonstrates correct punctuation.?

A. ?"September 11, 2001," a book written by a firefighter, is on the bestsellers list. B. ?September 11, 2001, a book written by a firefighter, is on the bestsellers list. C. ?September 11, 2001, a book written by a firefighter, is on the bestsellers list.

Computer Science & Information Technology

For the heap ADT implementation, all the data structures we need is the array itself and ____ piece(s) of metadata.

A. one B. two C. three D. four

Computer Science & Information Technology

Which of the following is BEST used as a secure replacement for TELNET?

A. HTTPS B. HMAC C. GPG D. SSH

Computer Science & Information Technology