Daily Challenge:Type a program that can do functions of bank ATM like cash withdrawal,cash deposit & balance enquiry using Java. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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!

1st Sep 2017, 7:20 AM
Sujal Kumar
Sujal Kumar - avatar
3 Answers
+ 2
Anyone is preparing for my challenge?
1st Sep 2017, 11:32 AM
Sujal Kumar
Sujal Kumar - avatar
+ 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
2nd Sep 2017, 1:59 AM
Vari93
Vari93 - avatar
0
I am
1st Sep 2017, 7:31 PM
Vari93
Vari93 - avatar