/// Name: Daniel Nguyen /// Period: 6 /// Program Name: Commentsandslashes /// File Name: CommentsAndSlashes.java /// Date Finished: 9/9/2015 // Yes, it just means to ignore everything after the slashes on this line // Daniel Nguyen 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." ); } }