Q:

We’ll name our version Sales_data to distinguish it from Sales_item. We’ll define our class as follows

0

We’ll name our version Sales_data to distinguish it from Sales_item. We’ll define our class as follows.

All Answers

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

struct Sales_data {
std::string bookNo;
unsigned units_sold = 0;
double revenue = 0.0;
};

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