i need atm program with pin code in c language
Answers
Answered by
1
Answer:
hy
Explanation:
* C Program to Display the ATM Transaction.
unsigned long amount=1000, deposit, withdraw;
int choice, pin, k;
char transaction ='y';
while (pin != 1520)
printf("ENTER YOUR SECRET PIN NUMBER:");
scanf("%d", &pin);
if (pin != 1520)
More items...
↫↫↫↫↫ Hope it helps you
Plz mark me brainlist ↬↬↬↬↬
Similar questions
Science,
4 months ago
English,
4 months ago
Science,
4 months ago
Environmental Sciences,
9 months ago
Physics,
1 year ago