第十二周專案四 銀行系統

2021-06-27 02:00:58 字數 645 閱讀 1841

問題及**:

*檔名稱:main.cpp

*完成日期:2023年 11月 17日

*版本號:v1.0

**問題描述:銀行系統

*程式輸入:銀行密碼,業務選擇

*程式輸出:各項業務內容

*/#include using namespace std;

const int password=123456;

int main()

{ int f(int n);

int a,pass;

cin>>pass;

if (pass!=password)

{cout

while (a>4||a<0)//當輸入業務不在0-4之內,重新輸入

{cout<

cin>>a;

cout<>b;

cout

cout

cout<

cin>>f;

cout<

執行結果:

第十二周專案四 銀行系統(一)

檔名稱 test.cpp 完成日期 2014年11月16日 版本號 v1.0 問題描述 編乙個簡易的銀行系統 include using namespace std const long password 123456 int main long n int t double dm,pm,tm co...

第十二周專案四 銀行系統簡化版

問題及 檔名稱 銀行系統.cpp 作 者 白雲飛 完成日期 2014年11月17日 版 本 號 v1.0 問題描述 銀行系統 程式輸入 程式輸出 選擇的服務專案 include using namespace std const int passwork 12345 int main 主函式 lon...

第十二周專案四 銀行系統 任務一 簡單銀行框架

問題及 檔名稱 project.cpp 作 者 chenqin.完成日期 2014年11月18日 版 本 號 v1.0 問題描述 搭簡單的銀行提示框架 程式輸入 輸入乙個六位數password作為密碼,乙個數字number作為服務業務的 程式輸出 知識點總結 學會用const 定義全域性常變數,這個...