Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 12

Project in ICT

Leader: Erica S. Trinidad


Members: Angelo Baroma
Ricardo Salvador
Chimmy Ed Medina
Randy Mahaba
John Martin M. Gasangue
Marcus Kim V. Manuel
Harvey Ruiz
Rex J. Radam

Flow
Chart
on How
to
Transac
t in ATM

Start

Insert
Card
Select
Languag
e
Enter
Pin
2nd Try
3rd Try
Is The
Pin
Correc
t?

Terminates
Card After 3rd
Try

No
Stop

Yes

Select
Transactio
n

Deposit

Withdraw

Check Balance

Change Pin

A
Enter
The
Amount
To
Deposit
Update New
Balance

Do You
Want A
Receipt
?

Yes

Do You
Want
Another
Transactio
n?

No

Print
Out A
Receipt

No

Stop

No

The
Amount
To
Withdra
w
Is
Account
Fund
Sufficient
?

Yes

Supply
Requeste
d Cash In
The Slot

Update New
Balance

Print
Out A
Receipt

Yes

Do You
Want
Another
Transactio
n?

Stop

No

Do You
Want A
Receipt
?

No

Output
Account
Balance
Info

Do You
Want A
Receipt
?

Yes

Do You
Want
Another
Transactio
n?

No

Print
Out A
Receipt

No

Stop

Enter
Old Pin

Enter
New Pin
No

Do You
Want
Another
Transactio
n?

Re-Enter
New Pin

No

No
Save
Change
s?

Stop

Yes

Progra
m on
How to
Transac
t in
ATM

Deposit
#include <iostream.h>
main()
{
char atm,language,pin number,account type,express deposit,cash amount;
cout<<"\n Insert Card:";
cin>> atm;
cout<<"\n Select Language:";
cin>> language;
cout<<"\n Insert Pin:";
cin>> pin number;
cout<<"\n Select express deposit:";`
cin>> Deposit;
cout<<"\n Select account type:";
cin>> account type;
cout<<"\n View of summary of deposit:";
cin>> summary of deposit;
cout<<"\n Get receipt of deposit:";
return 0;
}

Withdrawal
#include <iostream.h>
main()
{
char, atm,language,pin number,cash amount;
cout<<"\n Insert card:";
cin>> atm ;
cout<<"\n select language:";
cin>> language;
cout<<"\n Enter your pin:";
cin>>pin number;
cout<<"\n Select withdraw:";
cin>>cash amount;
cout<<"\n Select Okay:";
cin>> Okay;
cout<<"\n Get your money:";
cin>>cash amount;
cout<<"\n Get your card:";
return 0;
}

Thank You!

You might also like