INPUT ststement

Q.
@SQR(3)/2 could not be entered at execution of an INPUT statement.
A.
On execution of the INPUT statement, you can only enter a constant.
You cannot enter numeric expressions that include operators such as +,-, *,/,^ or functions such as SQR, etc.
The same applies to READ statements.

Back