Program X_LUYTHUA_Y;
Uses crt;
Var x,y,z:real; Begin
Writeln(‘TINH X LUY THUA Y:’); Writeln('----------------------------------'); Write('Nhap x = '); readln(x); Write('nhap y = '); readln(y);
If x>=0 then
Begin
Else
End
z:=exp(y*ln(x)); Writeln('x ^ y = ',z:4:2);
End.
Writeln('Khong tinh duoc do x la so am'); Readln;
Hãy giúp mọi người biết câu trả lời này thế nào?