Question: For Lab 3, you will be writing a more complex program that gets input from the user, makes some decisions based on the input, and

For Lab 3, you will be writing a more complex program that gets input from the user, makes some decisions based on the input, and displays results to the user.

Full pseudocode, along with the Input List and Output List, should be included in the comments.

It must have at least one input and at least one output.

It must have at least two selections (If statements).

It should be organized into separate modules (one module for input, one module for output, and one module for each separate calculation or action that the program is to perform [that is, each module should be "cohesive" and should only do one thing]).

Use parameters and arguments to pass values into your modules (don't use global variables).

The Python code should run correctly, and the logic should match your pseudocode

Do NOT skip lines between statements.

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!