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

Method getdata

Lab_15/Source.cpp:81–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80public:
81 void getdata()
82 {
83 cout << " Name: ";
84 cin >> name;
85 cout << " Account Number: ";
86 cin >> account_number;
87 cout << " Type of Account: ";
88 cin >> type_account;
89 }
90
91 void showdata()
92 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected