Question
In Ch. 1 of the Python for Everybody e-text, the What could possibly go wrong section reviews the steps for designing a program and the
In Ch. 1 of the Python for Everybody e-text, the What could possibly go wrong section reviews the steps for designing a program and the types of errors which may occur. Ensuring that a program runs properly and satisfies the specification is an important part of software development. Software testing is a discipline that you will learn much more about as you continue your learning in information systems.
Look at Programming Exercise 3 and think about how you would write a test to verify that the program works correctly. Place your brief answer in a Word document (or .pdf) and submit it through Canvas.
Exercise 3: A bug collector collects bugs every day for five days. Write a program that keeps a running total of the number of bugs collected during the five days. The loop should ask for the number of bugs collected for each day, and when the loop is finished, the program should display the total number of bugs collected.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started