Case 5-1 Final Project Milestone 2

300 Words1 Page

5-1 Final Project Milestone Two
Ashish Saxena
IT200 – Fundamentals Information Technology
Southern New Hampshire University
06/10/2018

Programming
Functionalities of key code components:
Import statements-These import ( java.uiti, java.lang, java.io) statements that allows us to program code that is use for the objects and the methods that is available in the imported classes such as system.out.pringln and GregorianCalender.
Variable declarations :This part of the code (int day, int month and int year) declares the variables is used by the method main is constructing the int day, int month and int year in which is passed by a arguments to the object date created from GregorianCalender.
System.out.println- In java statement for outputting

More about Case 5-1 Final Project Milestone 2

Open Document