| 243 | } |
| 244 | |
| 245 | void F_Logo() { |
| 246 | system("cls"); |
| 247 | cout << "____________________________________________________________________________________________________ \n"; |
| 248 | cout << " A L I B A Z A R 8. Account Info \n"; |
| 249 | cout << "____________________________________________________________________________________________________\n\n"; |
| 250 | } |
| 251 | |
| 252 | void F_Logo_Owner() { |
| 253 | system("cls"); |
no outgoing calls
no test coverage detected