Помогите решить плиз....
Var x,y:real; Begin Write('x = ');ReadLn(x); if x < 2 then y:=Sqrt(4*x*x+1) else y:=Exp(x)-1; WriteLn('y = ',y); End.