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

Method Display

Project_E-Commerce_App_V3.0/Validation.h:35–41  ·  view source on GitHub ↗

Function display

Source from the content-addressed store, hash-verified

33
34 //Function display
35 void Display() {
36 cout << "\t\t\tUser Information :" << endl << endl;
37 cout << "\t\tUser Name : " << Name << endl;
38 cout << "\t\tTelephone : " << TellNum << endl;
39 cout << "\t\tLogin : " << Login << endl;
40 cout << "\t\tPassword : " << Parol << endl;
41 }
42
43 // Set Info of User
44 void SetUser() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected