Quizes
Problems
Courses
Sign
Register
Main
/
Courses
/
Basics of Python
/
INTEGER DIVISION AND REMAINDER
INTEGER DIVISION AND REMAINDER
5
/20
We calculate the value - 3
Read Theory
ЗАДАЧА
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
Ответ:
Результаты проверки: