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

Method input

Lab_21/e-commerce.cpp:165–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 void input() {
166 Item::input();
167 cout << "Enter the price of a new product: ";
168 cin >> price;
169 cout << "Enter the quantity of a new product: ";
170 cin >> quantity;
171 }
172
173};
174

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected