Suwannapop / ProjectComPro

ทำโปรเจคคอม
0 stars 0 forks source link

ทำระบบเช็คยอดเงิน #11

Closed 4z4le4 closed 1 year ago

chananchidaily commented 1 year ago

//check balance

include

using namespace std ; int accnumber ; float balance ; cout << "Enter your Account Number" ; cin << accnumber ; void deposit() { float more; //ยอดฝากกก cout <<"Depositing"; cout<<"Enter the amount to deposit : "; //อันนี้ฝาก cin>>more; balance+=more; } void withdraw() { float amt; //ยอดถอนง่ะ cout<<"Withdrwal"; cout<<"Enter the amount to withdraw : "; //อันนี้ถอน cin>>amt; balance-=amt; }

chananchidaily commented 1 year ago

image

asporQ commented 1 year ago

ลงsource codeใหม่ป็นไฟล์.txtให้หน่อยค่า รูปแตกอ่านcodeไม่ได้

chananchidaily commented 1 year ago

โอเคค่า

chananchidaily commented 1 year ago

cout << "Your current balance is: $" << fixed << setprecision(2) <<ID1.money[0] << "\n";