Function display
| 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() { |
nothing calls this directly
no outgoing calls
no test coverage detected