Q:

Write your own version of the Sales_data class

0

Write your own version of the Sales_data class.

All Answers

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

#include <string>

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

int main() {
  return 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