Задание1 Определите результат вывода на экран для: 1) а = 5, b= 1
2) а = 2, b = 6
VAR a,b: INTEGER;
BEGIN
writeln ('введите 2 числа');
readln (a, b);
if (a > b) then writeln ('a=", а-2) else writeln ('b=',
b+1);
END.
Определить результат вывода на экран. Помогите,пожалуйста!
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.
More Questions From This User See All

Copyright © 2025 SCHOLAR.TIPS - All rights reserved.