Output Shape
Default Appearance

What it Does
An Output Statement evaluates an expression and then displays the result
on the screen.
Example
The example, to the right, creates 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.
|