This repository contains the projects that I have worked on.
This is a program written in Java which accepts a number in any base and converts the number to another base given by user. In this program the lower limit of the bases is 2 and upper limit is 36, i.e., the bases can be anything between 2 and 36 (both inclusive).
This is a program written in Java where the game of tic-tac-toe has been implemented by using 2D array.