Пример #1
0
int main() {
    AccountManager mgr;
    mgr.Checking2Savings(100);
    return 0;
}