--------
case x of
-45..-25: y:=x+18;
-24..9: y:=x*3;
10..30: y:=x-9;
else y:=2*x
end;
-----
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
--------
case x of
-45..-25: y:=x+18;
-24..9: y:=x*3;
10..30: y:=x-9;
else y:=2*x
end;
-----