October 2021 0 2 Report
Задача 1. x:=10
y:=2
y:=x +1;
y:=y +2;
x:=y + y / 2
Чему стали равны переменные x и y?

Задача 2.
a:=5
b:=7
c:=2
b:=b div c
a:=b + a mod c
b:=a+c*3
Чему стали равны переменные a, b и c?
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Copyright © 2025 SCHOLAR.TIPS - All rights reserved.