Output Statement 
          PRINT*, list of variables , expressions, or constants separated by commas                      
Note the followings
  •   each PRINT statement starts printing on  a new line
  •   printing continues in the next line if the line is not enough
       to hold the output of the print statement
  •   a variable that does not have a value will produce  ???? 
       if it is printed