СРОЧНО!!! 33 БАЛЛОВ Какой результат выдаст компьютер, в результате выполнения следующих фрагментов программ
1) a:=4; b:=5; if a>b then max:=a else max:=b; writeln(max);
2) a:=5 b:=20; а:=а-b/2; if a>b then c:=a+b else c:=b-a; writeln(c);
3) а:=20
b:=(a mod 10)*10;
a:=(b*2)+a div 100;
if a>b then c:=a+b else c:=b-a;
writeln(c);

Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.