8. Exceptiоn Hаndling with Custоm Exceptiоns: Write а Jаva program that prompts the user to enter an integer. If the number is negative, throw a custom exception called NegativeNumberException. Catch the exception and print a user-friendly error message.