Identify one task you perform regularly, such as cooking, mowing the lawn, or driving a car
• Write a short, structured design (pseudocode only) that accomplishes this task.
• Think about this task in an object-oriented way, and identify the objects involved in the task.
This solution identifies one task that we perform regularly, which in this case is cooking.
It also includes the pseudocode required to accomplish this task. Apart from that the objects and methods involved in this task are identified in an object oriented manner.