Question: in python Analyze the Problem Determine Specifications Create a Design Implement the Design Test/Debug the Program Maintain the Program First run: This program finds the

in python

    1. Analyze the Problem

    2. Determine Specifications

    3. Create a Design

    4. Implement the Design

    5. Test/Debug the Program

    6. Maintain the Program

First run:

This program finds the smallest of the integers you enter. Enter an integer (Q or q to quit): 2 Enter an integer (Q or q to quit): 8 Enter an integer (Q or q to quit): 0 Enter an integer (Q or q to quit): -7 Enter an integer (Q or q to quit): -6 Enter an integer (Q or q to quit): 3 Enter an integer (Q or q to quit): 1 Enter an integer (Q or q to quit): q The smallest number you entered is -7
Second run: 
This program finds the smallest of the integers you enter. Enter an integer (Q or q to quit): -1 Enter an integer (Q or q to quit): q The smallest number you entered is -1
Third run: 
This program finds the smallest of the integers you enter. Enter an integer (Q or q to quit): Q

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 Databases Questions!