You have defined a class named Invoice that contains two non-static private fields, invoiceNumber and amount. When you write a main()function and declare one Invoice object named anInvoice, you can display the object’s amount field with the statement ___________.
a. cout << anInvoice(amount);
b. cout << Invoice.amount;
c. cout << anInvoice.amount;
d. None of the above
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.