Function display
| 29 | |
| 30 | //Function display |
| 31 | void Display() { |
| 32 | cout << "\t\t\tUser Information:" << endl << endl; |
| 33 | cout << "\t\tUser Name : " << Name << endl; |
| 34 | cout << "\t\tTelephone : " << TellNum << endl; |
| 35 | cout << "\t\tLogin : " << Login << endl; |
| 36 | cout << "\t\tPassword : " << Parol << endl; |
| 37 | } |
| 38 | |
| 39 | // Set Info of User |
| 40 | void SetUser() { |
nothing calls this directly
no outgoing calls
no test coverage detected