Practical exercise
Write a for loop that prints reminders for five fictional hospital departments, then write a while loop that counts down from 3 to 0.
Real-life example
A hospital support script loops through a list of departments to send the same daily status reminder to each one.
Mini lab
Create a program that processes a fictional list of three clinic tasks and counts how many tasks were completed.