Q:

Our program will next repeat the same code to read data into data2

0

Our program will next repeat the same code to read data into data2.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

// read the second transaction
std::cin >> data2.bookNo >> data2.units_sold >> price;
data2.revenue = data2.units_sold * price;

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now