+ 3
Daily Challenge:Type a program that can do functions of bank ATM like cash withdrawal,cash deposit & balance enquiry using Java.
From today I will give a programming challenge to test your ability of thinking and developing capacity.For each question,you have 3 days to answer.In my first challenge you have to prepare a program in Java or HTML that can do the functions of an ATM.Try to use different classes for this job.Good luck to you all !!! If you think that this question is hard for you, just comment in the answer box and do not forgot to like it!
3 Answers
+ 2
Anyone is preparing for my challenge?
+ 2
Here you go. Checks for all valid input and input must be separate lines for SoloLearn to take it correctly. First line: Withdraw, deposit, or balance inquiry. If withdraw or deposit, amount to withdraw or deposit then a yes or no if you want to make another transaction, if balance inquiry, a yes or no to make another transaction, for example:
Deposit
200.00
yes
balance inquiry
yes
withdraw
50.76
yes
balance inquiry
no
https://code.sololearn.com/c9T24cC52aH8/?ref=app
0
I am