1Fix the odd test using modulo on a negativeeasy · 8 minThe remainder of a negative number is negative, so the equality fails.Acceptance criteria1.#out should show odd.TaskHints 0/1Solution