Coders Packet

Packets submitted by Tanisha Adhikari

Coding of the game “TIC TAC TOE” in JAVA.

The code of this project is targeted for the generation of TIC TAC TOE game using arrays and gives the insight into the world of games through Java.

Program in Java to print the Calendar with year as input (without Calendar class)

This project aims at the generation of Calendar of a year without using Calendar class and taking only year as the input implementing the use of 1D and 2D arrays in Java.

L.C.M. of two numbers using division method without H.C.F demonstrating recursion in Java

This project contributes to one of the major factors of OOP's (reusing code)- The Recursion. Through a code snippet in Java generating L.C.M I have shown the working of recursion.