Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

QUESTION: With the code below, how can I fix my output error? Check 1 failed Output: What would you like to do? Enter amount to

QUESTION: With the code below, how can I fix my output error?

Check 1 failed

Output:

What would you like to do? Enter amount to deposit : Deposit was $200.00, current balance is $700.25

Expected:

What would you like to do? How much would you like to deposit today? Deposit was $200.00, current balance is $700.25

image text in transcribed

Safari File Edit View History Bookmarks Window Help codio.com How to Give ...ing Hand-Job Character De...'s Workshop Shop our fan....Bad Dragon Junior Plus Si thing I rue21 Fiction Writi..ters Workshop Moroccan Caf...ibaba Group Abaya in Dub...ibaba Group Codio - it-140 project-3 draft-atm Rae Sremmurd No Type YouTube Chegg Study | Guided Solutions and Study Help | C sourcing Tasks Available Macintosh HD Codio Project File Edit Find View Tools Education Help , Run Current? Google ? ?Configure LAPONTE ATM.py Calculate the... x import sys Collapse account balance account balancefloat (500.25) Allure 4 Calculate the Balance - Deposit #PPrint the balance account balance. 7 def printbalance: print ("Your current balance : %.2f" % account, balance) Allure 1 The calculation for depositing funds into the account is 4. #the function for deposit 10 11def deposit): 12 13 14 15 16 17 def withdraw): 18 19 26 21 depositamount -float (input("Enter amount to deposit: ")) balanceaccount_balance +deposit_amount print ("Deposit was $% . 2f, current balance is $%.2f" %(deposit-amount , balance)) account balance account balance + deposit anount Genki An #function for withdraw withdraw_amount float (input ("Enter amount to withdraw")) if(withdraw_amount> account_balance) 5. Print out the new print ("$%2f is greater than account balance $%2f " %(withdraw amount , account-balance)) account balance JBridge for Beginners else: balanceaccount balancewithdraw amount print ("$%2f was withdrawn, current balance is Deposit Input $%2f" % (withdraw. amount, balance)) 23 24 25 26 userchoice -input("What would you like to do? ") 27 28 if (userchoice'D'): 29 30elif userchoice'W' 31 32elif userchoice'B' # User Input goes here, use if/else conditional statement to call function based on user input userchoiceinput (What w userchoiceB' deposit anount200 Pics depositO withdraw() printbalance () sys.exit() Deposit Output Pimsleur 34 else: 35 What would you like to do? How nuch would you like to Deposit was $200, current b 18855 (35:14) Python

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

IBM Db2 11 1 Certification Guide Explore Techniques To Master Database Programming And Administration Tasks In IBM Db2

Authors: Mohankumar Saraswatipura ,Robert Collins

1st Edition

1788626915, 978-1788626910

More Books

Students also viewed these Databases questions

Question

Identify three ways to manage an intergenerational workforce.

Answered: 1 week ago

Question

Prepare a Porters Five Forces analysis.

Answered: 1 week ago

Question

Analyze the impact of mergers and acquisitions on employees.

Answered: 1 week ago