Energetic and dedicated software engineering student seeking a challenging internship position to apply and enhance technical skills in software development and gain practical experience in a dynamic work environment.
50 Cordova Avenue, Etobicoke, Canada, +1 6478061077, Rajath.k.p1@gmail.com, https://www.linkedin.com/in/rajath-purayil-21b266ab/
ATM Console application - Java, In the ATM program, the user has to select an option from the options displayed on the screen. The options are related to withdraw the money, deposit the money, check the balance, and exit. To withdraw the money, we simply get the withdrawal amount from the user and remove that amount from the total balance and print the successful message. To deposit the money, we simply get the deposit amount from the user, add it to the total balance and print the successful message. To check balance, we simply print the total balance of the user.