Coders Packet

Packets submitted by Kajjayam Priya

Simple ATM machine using Java

This program is about knowing the user's data in their ATM accounts. The program is developed in Java language.

To Calculate Compound Interest in Java

This program finds the compound interest for the given inputs. This source code is written in Java.

Conversion of milliseconds to seconds and minutes using Java

The program is about converting milliseconds to seconds and minutes with the help of primitive data types. The programming language used in the source code is Java.

To check leap year in Java

The source code is about to check the whether the year is leap year not. This was developed using java.