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...
Given: |-56|. The __________ of this expression is 56.
Fill in the blank(s) with correct word
Computer Science & Information Technology
The value of the ____ attribute identifies the program on the Web server that will process the form data when the form is submitted.
A. action B. method C. name D. id
Computer Science & Information Technology