-- • Accepts a number as input. -- • Raises a user-defined exception if the number is negative (e.g., -- "NegativeNumberException"). -- • Handles the exception ...