Написать программу y=x^2
pls
Паскаль?
да
Var X:real; Begin Write('X = '); ReadLn(X); WriteLn('Y = ',X*X); End.