Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Курсы
Pascal. Basics
Integer division and remainder
Модуль:
Integer division and remainder
Задача
3
/16
Compute value - 2
Задача
Calculate the value of an integer variable
c
when
a = 26
and
b = 6
:
b := a div b + b;
c := a mod b + a;
Enter a single number as your answer
Выберите правильный ответ, либо введите его в поле ввода
Комментарий учителя