Coders Packet

Packets submitted by Sukanya Saha

Tic-Tac-Toe Game In Java

Tic-Tac-Toe game is a very simple two player game where both the player get to choose any of the symbols between X and O. This game is played on a 3x3 grid board.

Basic Calculator In Java

We will implement a Basic Calculator In Java supporting addition, subtraction, multiplication and division operations. User choice has been preferred here

Weight Converter In Java

Weight Converter is a simple tool that converts a unit of weight and displays it in both kilograms and pounds.

Currency Converter In Java

The Project Deals With Conversion Of Currency From One Form to Other.We have created a system where the user can enter a value in one currency and then enter the choice to begin the system.

Temperature Converter In Java

Temperature Converter tool is mainly used to convert a certain value of temperature from one degree to other accurately.This is the main concept implemented in java