INTEGER DIVISION AND REMAINDER




ЗАДАЧА
Calculate the value of the integer variable c when a = - 22 и b = 4:
b = a // b + b
c = a % b + a
Indicate one number as the answer
 

Ответ:

     
Результаты проверки: