Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a program that has an IF Structure. Once your code is working, write 5 bugs or errors in your code. These errors can by

image text in transcribed
  1. Create a program that has an IF Structure.
  2. Once your code is working, write 5 bugs or errors in your code. These errors can by syntax, run-time or logical.
  3. Log on to Canvas and access this thread. Click on the reply button.
  4. In the text box, provide a brief description of what your program is supposed to to and attach your Python file.
  5. Your program can have a combination of syntax or language errors and logic errors. There should be no more than 5 errors in your program.
  6. Read through your other classmates posts. Pick a program to debug. Click on the Reply button and reserve your code to debug. Points will be deducted if your program lacks this construct. constructs.
  7. Once you have debugged another student's buggy code, upload a copy of the working code to that student's thread.
  8. Meantime, monitor your buggy code or your thread. If another student debugs your code, respond to their thread letting them know if they found the error or not.
amount = int(input("Enter amount: ")) if amount

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

Students also viewed these Databases questions

Question

Is SAF a better means of presenting evidence than BWS?

Answered: 1 week ago

Question

Differentiate the function. r(z) = 2-8 - 21/2 r'(z) =

Answered: 1 week ago