MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / get_quantity_p

Method get_quantity_p

Lab_21/e-commerce.cpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 int get_quantity_p() {
160 quantity--;
161 quantity_purchased++;
162 return quantity_purchased;
163 }
164
165 void input() {
166 Item::input();

Callers 1

PurchaseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected