Question: Need help with fixing this code 8. The following program contains a logical error. Fix it. # Trust Fund Buddy - Bad # Demonstrates a

Need help with fixing this code

Need help with fixing this code 8. The following program contains a

8. The following program contains a logical error. Fix it. # Trust Fund Buddy - Bad # Demonstrates a logical error print( Trust Fund Buddy Totals your monthly spending so that your trust fund doesn't run out (and you're forced to get a real job). Please enter the requested, monthly costs. Since you're rich, ignore pennies and use only dollar amounts. car = input ("Lamborghini Tune-Ups : ") rent = input ( "Manhattan Apartment: " ) jet = input ( "Private Jet Rental: ") gifts = input ( "Gifts: ") food = input ( "Dining Out: ") staff = input ( "Staff (butlers, chef, driver, assistant) : ") guru = input ( "Personal Guru and Coach: ") games = input ( "Computer Games: ") total = car + rent + jet + gifts + food + staff + guru + games print ("\ Grand Total:", total) input ( "\ \ Press the enter key to exit.")

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!