Assignemnt #6

Code

  //This wont be seen
  /// Name: Ryan Volko
  /// Period: 7
  /// Program Name: Third Program
  /// File Name: ThirdProg.java
  /// Date Finished: 9/8/2015
    //I was right the ("//") wont be seen
    //This comment can not be seen.
    
    class ThirdProg {
    
        public static void main(String[] args) {
           
           System.out.println("I have code like this.");
           System.out.println("This will run.");
           
        }
    }
    

Picture of the output

Assignment 4