Newspaper Ltd. delivers newspapers to homes using delivery persons. Paresh is assigned the task to deliver newspapers from homes 101 to 105. The rest of the deliveries will be handled by another person.
Write a program that goes through the list of house numbers and prints Delivered to <house number> for each house number
until house number 105. Once it reaches house number 105, print All newspapers delivered. and break the loop. The house
numbers will be in increasing order.