March 2022 0 4 Report
Какое число будет выведено на экран компьютера в результате выполнения фрагмента программы? a:=6 ; b:=9 ;
If (b/3>=a-2) or (a*2>b) then
Begin b:=b*a;
a:= (b-3)/(a+11);
end
Else
Begin b:=a*b;
a:=b+a;
end;
Writeln(a);
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.