Display the variables named a and b
The main function displays the values contained in the two variables producing the following output on the screen:
In main a = 10 b = 20.1
(Note how insertion operators can be concatenated to cause multiple items to be displayed on the same line.)