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

Method getdata

Lab_15/Source.cpp:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18public:
19 void getdata()
20 {
21 cout << " Book title: ";
22 cin >> title;
23 cout << " Price 'USA $': ";
24 cin >> price;
25 }
26 void showdata()
27 {
28 cout << " Book title: '" << title << "'" << endl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected