User-submitted Java Projects

37
2902 reads
Sorting(1.0) *revision
To read a list of numbers from a text file, sort them create another text file and put them there.

Enhancement Trail:  

Sorting(1.0) *revision    Sorting





Run It Now!
835
18099 reads
SlotMachine
This program simulates the casino gambling game called the Slot Machine.
Run It Now!
178
2631 reads

March 2, 2012

Different data types


The below example demonstrates how to assign literal values to variables of different data-types.

198
3654 reads
IPL Schedule Checker
Check when two IPL teams are playing next in the upcoming IPL Cricket tournament.
Run It Now!
193
4506 reads
Flames(1.0)
This is a command line program.... Please feel free to write about the code not for designing.

Enhancement Trail:  

Flames(1.0)    Flames





Run It Now!
182
3894 reads

February 4, 2012

MultiplicationTable


A java program that display a multiplication table according to number that you input.
221
3115 reads
SimpleCashier
A java program that ask the customer on his order and then compute it and produce a sample receipt...
Run It Now!