Помогите !!! пожалуйста)
1. Верны ли операторы:
a) if x > 0 then x:=2 else; y:=x+1;
b) if odd(k) then else k:=0;
c) if 1 < x < 2 then x:=x+1; y:=0; else x:=0; y:=y+1;
d) if 1 < x and x < 2 then
begin x:=x+1; y:=0 end;
else begin x:=0; y:=y+1 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.