C C Any line with a C in column 1 is a comment line C C Russ Miller C Project X C C Description: description of project C C Method: description of general method used to solve problem C C <in addition, your programs should be well documented> C program hello write(*,*) 'Welcome to CS237' end