Assignment #4 and First Program

Code

      ///Name: Mahima Choudhary
      ///Period: 6
      ///Project Name: FirstProg
      ///File Name: FirstProg.java
      ///Date: 9/1/2015
      
      
      public class FirstProg
      {
           public static void main( String[] args )
           {
               System.out.println( "I am determined to learn how to code.");
      	
               System.out.println( "Today's date is Tuesday, September 1, 2015" );
           }
      }
    

Picture of the output

Assignment 1