You can use Readln, Write & Writeln together to great
effect. Below is an example.
nWrite( ‘Please enter the price
£’ ) ;
nReadln ( price ) ;
nWrite( ‘ The price you entered
was £’,price:3:2 ) ;
nWriteln( ‘ but thats still too
much.‘ ) ;
The user would see the
following on screen.