User-submitted Java Projects

46
1824 reads
TableGUI
This is simple GUI program, which takes input from user and show the Table of that number
Run It Now!
46
1427 reads
rahul_manglani21's picture

Submitted by

rahul_manglani21
Tags:

PerfectNumbersBetween_1_And_n
find out all the perfect numbers between 1 and n. ex. factors of 28 are={1,2,4,7,14} 1+2+4+7+14=28 hence 28 is a perfect number. test case: n=50 output: 1 6 28
Run It Now!
46
1274 reads
cassia's picture

Submitted by

cassia
Tags:

Converter
Converter in Swing java
Converter

Run It Now!
45
1733 reads
Anand13's picture

Submitted by

Anand13
Tags:

ComplexNumber
this program shows the use of pass by reference(passing object as argument) in java.
Run It Now!
45
1752 reads
menu
java program in menu driven fashion to (a) to find factorial of a number (b) to find Fibonacci series (c) to check the inputted string is palindrome or not.
Run It Now!
45
2062 reads
MicrowaveOven(1.0)
This program simulates a microwave oven. I'm having trouble running it on a browser as the terminal here does not have X11.

Enhancement Trail:  

MicrowaveOven(1.0)    MicrowaveOven





Run It Now!