numbers with the values 10, 0, 5, -3fixedNumber and set it to 100for loop with variable i to iterate over numberstry block to divide fixedNumber by numbers[i]catch blocks to handle ArithmeticException and ArrayIndexOutOfBoundsExceptioncatch blocktry block if no exception occurs