/// Name: Amir Salehi /// Period: 7 /// Program name: Comments and Slashes /// File name: CommentsAndSlashes.java /// Date: Finished 9/10/2015 public class CommentsAndSlashes { public static void main(String[] args) { // Blah Blah Blah // Dashes won't be inputed to the code System.out.println( " Since their's not dashes this line will be printed."); // But this line won't be inputed at all. } }