User-submitted Java Projects

55
1717 reads
contacts
This is a Contact Lists Project. ;)
Run It Now!
37
1562 reads
xena09's picture

Submitted by

xena09
28
2227 reads
Factorialcheck
import java.io.*; import java.util.Scanner; public class factorial { public static void main(String[] agrs) { int prod=1,num ,i; System.out.println("Enter a number:-");
Run It Now!
50
1675 reads
MultiplicationTables
Displays the multiplication tables for the entered number.
Run It Now!
47
1595 reads
autoshutdown
this program is all about to autoshutdown of the system using after executing it.I used here a simple three line code to autoshutdown and you also specify the time limit as per your choice.
Run It Now!
74
2025 reads
ArtificialIntelligence
It is an Artificial Intelligence project. It is almost all like a console chat or a chat with the computer. It detects the gender by their name and chats with the user.
Run It Now!
55
1747 reads
magicsquare
a magic square of order n is an arrangement of n2 numbers, usually distinct integers, in a square, such that the n numbers in all rows, all columns, and both diagonals sum to the same constant.[1] A n
magicsquare

Run It Now!