runopaxef2829 runopaxef2829 31-01-2024 Computers and Technology contestada What value would be stored in variable n after the following code executes?int n = 10;n -= 123 % 5 + 1;