建立一个银行的帐号,实现存钱取钱。(c++)

建立一个银行的类,要求有用户的姓名,余额,以及存钱,取钱函数的实现。 如下是个人代码:ios //text.cpp #include <iostream> #include<iomanip> #include"Account.h" using namespace std; int main() { int a; Account k("0001","sunny","2018年10月12日",0)
相关文章
相关标签/搜索