Input Shape
Default Appearance

What it Does
An Input Statement reads a value from the keyboard and stores the result
in a variable.
Example
The example, to the right,
declares two variables: 'area' and 'radius'. It then
uses an Input Statement to read the radius from the keyboard. A final
Output
Statement then displays the result.
|