Выберите строки, в которых условные операторы на языке Pascal записаны без ошибок.

If 0

If (x>0) or (10*x)<100 then y:= x*х*х;


if x>=10 then y:=y mod x;


if x>0 then y:=sqrt(x); write (‘y=’, y) else write (‘нет ответа’);


if x=y then z:=1; else z:=x*y;


If (x>0) and (x<=100) then y:=sqrt(x);
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.