Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

a ANSWER QUESTION 2 PLEASE 1. Tracing a loop: Complete the tracing table in the link here and submit your document in PDF format. 2.

image text in transcribeda

ANSWER QUESTION 2 PLEASE

1. Tracing a loop: Complete the tracing table in the link here and submit your document in PDF format. 2. Chatbot: Drink Order (Input Validation) Write a program that asks you if you like extra ice with your drink. It expects "yes" or "no" as your correct answer. As long as you answer something else it tells you that it does not understand your answer and asks you again. When your answer is "yes" it will display: "Your order: Drink with extra ice..", when your answer is "no" it will display: "Your order: Regular drink." Submit your program code. 3. Budget Analysis (Running Total) Write a program (BudgetAnalysis.py) that asks the user to enter the amount of money that he or she has available to spend on electronics this year. A loop should then prompt the user to enter each of his or her expenses for electronics and keep a running total. When the loop finishes, the program should display the total amount that the user spent, and analyse if there is still money to buy more electronics. Here are two test runs of the program: Enter your available amount for electronics in 2020: 1500 Enter your expense (-1 for stop) : 340 Enter your expense (-1 for stop) : 450 Enter your expense (-1 for stop) : -1 So far you spent $790.0 You can buy more electronics. >> ========= RESTART : C: \ Users \ Rita \ Desk top \Lab5-1 B BudgetA ter your available amount for electronics in 2020: 900 your expense ( 1 for stop) : 730 Enter your expense (-1 for stop) : 290 Enter your expense ( 1 for stop) : 1 So far you spent $1020.0 No more electronics in 2020. Submit BudgetAnalysis.py

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

Professional Microsoft SQL Server 2012 Administration

Authors: Adam Jorgensen, Steven Wort

1st Edition

1118106881, 9781118106884

More Books

Students also viewed these Databases questions