Additional Practice Problems
IPO Problems

Activities

These are here as extra practice. They are completely optional.

Please try to make your program output look as much like the example as possible and verify it works with the example input provided. If you have difficulty finding the information or understanding how to approach the problem, you should contact me.

To complete this activity, you will need to create the following scripts:

 

The Replit documents for each of these problems is located at:

 


IPO 5

Bob's Burgers goes on Grub Hub

Bob's Burgers has introduced a delivery service.

 

Write a Python script that conforms to the following

 

 


IPO 6

Making Time

Nick Ovetime is really bad at math.  All of the instructions for his job list the time in the total number of minutes.  For example, he is supposed to leave the flower pots in the kiln for 590 minutes, but he has no idea what that means in hours and minutes.

 

Write a Python script that conforms to the following

 


IPO 7

Calculating an Overall GPA

Stewart (Stu) Dent works for the Registrar's office at UNI. One of his jobs is updating student records. He is having a hard time working with the overall GPA of transfer students [When students start at one college and finish at another college, a combined GPA must be produced].

 

Write a Python script that conforms to the following

 

 


IPO 8

Parking Garage

Laurie Park makes payment machines for municipal parking garages.

Write a Python script that conforms to the following