Divide Apples with Exception Handling

# Introduction In this challenge, we will use exception handling to solve the Divide Apples problem. The challenge requires us to handle two types of exceptions: when the input for the number of apples or children is not an integer, and when the number of children is zero. We need to catch these exceptions and output specific error messages accordingly.

|60 : 00

Click the virtual machine below to start practicing