Solving Apple Distribution Problem with Exceptions

# Introduction In this challenge, we will solve the Apple Distribution Problem using exceptions. The objective is to handle the case where the number of apples is 0 and the number of children is non-zero, as it is illogical in reality. We will use the `throw` keyword to actively throw exceptions and provide appropriate feedback messages for different scenarios.

|60 : 00

Click the virtual machine below to start practicing