#include Item.h
using namespace sdds;
int main() {
Item A;
A.setEmpty();
A.display();
A.set(Hot dog buns, 4.99, false);
A.display();
return 0;
}
/*
Output:
| xxxxxxxxxxxxxxxxxxxx | xxxxxxx | xxx |
| Hot dog buns.. |4.99 | No|
*/
#include Item.h
using namespace sdds;
int main() {
Item A;
A.setEmpty();
A.display();
A.set(Hot dog buns, 4.99, false);
A.display();
return 0;
}
/*
Output:
| xxxxxxxxxxxxxxxxxxxx | xxxxxxx | xxx |
| Hot dog buns.. |4.99 | No|
*/
Only logged in customers who have purchased this product may leave a review.
Reviews
There are no reviews yet.