Question

In: Computer Science

You are going to make an advanced ATM program When you run the program, it will...

You are going to make an advanced ATM program

When you run the program, it will ask you if you want to:

  1. Either log in or make a new user

  2. Exit

Once I have logged in, I will have 3 balances, credit, checking, and savings. From here it will ask which account to use.

Once the account is picked they can deposit, withdraw, check balance, or log out.

Each time the user performs one of these actions, it will loop back and ask them for another action, until the Logout

(Hint: Make sure they can’t withdraw too much money)

Submission name: Advanced_ATM.py

Solutions

Expert Solution


Related Solutions

in paython You are going to make an advanced ATM program When you run the program,...
in paython You are going to make an advanced ATM program When you run the program, it will ask you if you want to: Either log in or make a new user Exit Once I have logged in, I will have 3 balances, credit, checking, and savings. From here it will ask which account to use. Once the account is picked they can deposit, withdraw, check balance, or log out. Each time the user performs one of these actions, it...
Due Sept 25th at 11:55 pm You are going to make an advanced ATM program When...
Due Sept 25th at 11:55 pm You are going to make an advanced ATM program When you run the program, it will ask you if you want to: Either log in or make a new user Exit Once I have logged in, I will have 3 balances, credit, checking, and savings. From here it will ask which account to use. Once the account is picked they can deposit, withdraw, check balance, or log out. Each time the user performs one...
When does a monopolist make a short-run economic profit? When does it make short-run economic loss,...
When does a monopolist make a short-run economic profit? When does it make short-run economic loss, but continue production? When does it shut down?
Consider your own advanced care planning. What advanced directives might you consider? If you couldn’t make...
Consider your own advanced care planning. What advanced directives might you consider? If you couldn’t make your own decisions, who would you ask to do that for you? Do you have a living will? Where is it located? Does anyone know about it? What is included or what would you include in your living will? Who would be your power-of-attorney? What special cultural or religious beliefs do you want to be considered? Do you want anything special to happen after...
Have to write a program in Java for an ATM however when compiling after enter w...
Have to write a program in Java for an ATM however when compiling after enter w nothing happens. import java.util.Scanner; public class ATMMain {    public static void main(String[] args) {    double Ibalance = 5000, usermoney, withdrawB, depositD;    String userFname = "X";    String userLname = "X";    String w, d, e, c;    System.out.println("Welcome");    Scanner input = new Scanner(System.in);        System.out.println("Welcome" + " " + userFname + " " + userLname);        System.out.println("your current...
Task #1 void Methods Copy the file geometry.cpp. This program will compile, but when you run...
Task #1 void Methods Copy the file geometry.cpp. This program will compile, but when you run it , it doesn’t appear to do anything except wait. That is because it is waiting for user input, but the user doesn’t have the menu to choose from yet. We will need to create this. Above the main, write the prototype for a function called PrintMenu that has no parameter list and does not return a value.    Below the main, write the function...
For this project, you are going to write a program to find the anagrams in a...
For this project, you are going to write a program to find the anagrams in a given dictionary for a given word. If two words have the same letters but in different order, they are called anagrams. For example, “listen” and “silent” are a pair of anagrams. **JAVA** First let’s focus on “LetterInventory.java”. Its purpose is to compute the canonical “sorted letter form” for a given word. 1. Implement the constructor, which takes the String input word. You can assume...
this Assignment you are going to find and run 30 unique Cmdlets. It is recommended that...
this Assignment you are going to find and run 30 unique Cmdlets. It is recommended that you watch the lecture on the Help System to see how to call a list of Native Cmdlets in your Windows Powershell runtime environment. In your Windows VM: Run your 30 different Cmdlets one after another (How do i know which commands to run?)
If you were going to run a business with a family member, how would you go...
If you were going to run a business with a family member, how would you go about deciding on the organizational culture you want to create?
I need to create a program that will simulate an ATM. The program has to be...
I need to create a program that will simulate an ATM. The program has to be written in JAVA that uses JOptionaPane to pop up the messages. It will need to simulate to get ** balance **withdraw **Deposit **exit the atm ** need to have a method that shows a receipt of everything that was done during the transaction
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT