Модуль: Integer division and remainder


Задача

4/16

Calculate the value - 3

Задача

Calculate the value of an integer variable c when  a = - 22 and b = 4:

b := a div b + b;
c := a mod b + a;
 
Enter a single number as your answer
 

Выберите правильный ответ, либо введите его в поле ввода

Комментарий учителя