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

Method getdetails

Lab_16/Source.cpp:200–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 code = "Unknown";
199 }
200 void getdetails()
201 {
202 cout << " Enter name: ";
203 cin >> name;
204 cout << " Enter code: ";
205 cin >> code;
206 }
207 void showdetails()
208 {
209 cout << " NAME: " << name << endl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected