Определите значение переменной d после выполнения программы:
var a, b, c, d:integer;
begin
a:=6;
b:=5;
c:=14;
if (a+b) < c then d:=c - a
else d:=c - b;
writeln(d);
end.
Помогите пожалуйста!! Заранее спасибо!!
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.