/// Name: Daniel Nguyen /// Period: 6 /// Program Name: LetterToSelf /// File Name: LetterToSelf.java /// Date Finished: 9/9/2015 public class CommentsAndSlashes { public static void main( String[] args ) { System.out.println( "I could have code like this." ); System.out.println( "This will run." ); } }