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

Method showdata_name

Lab_16/Source.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 cin >> code;
49 }
50 void showdata_name()
51 {
52 cout << " Name: " << name << endl;
53 }
54 void showdata_code()
55 {
56 cout << " Code: " << code << endl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected