Допишите программу в Pascal и определите значения переменной Z после выполнения программы. Запишите на листочке чему равен z.
x := 5;
y := 24;
y := y - 2*x;
if (x > y) and (y < 0) then
z := x + y
else z:= x - y;
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.