AliTop1066 AliTop1066 19-02-2024 Computers and Technology contestada Consider the following code:REPEAT UNTIL (x mod 2 = 1) { x ← x + 3 }Assume that x is initially 6. How many times will the loop iterate?a) 1b) 2c) 3d) 4