User-submitted Java Projects

1
202 reads
NiaNia's picture

Submitted by

NiaNia
Tags:

AllAboutStrings
Learn about strings for starters
Run It Now!
1
357 reads
juncn's picture

Submitted by

juncn
Palindrome
This program check whether a string in palindrome.
Run It Now!
1
233 reads
shashankworthy's picture

Submitted by

shashankworthy
Tags:

TestAverage(1.1)
Write a program that asks the user to enter three test scores. The program should display each test score, as well as the average of the scores.

Enhancement Trail:  

TestAverage(1.1)    TestAverage





Run It Now!
1
289 reads
shashankworthy's picture

Submitted by

shashankworthy
Tags:

TestAverage(1.0)
Write a program that asks the user to enter three test scores. The program should display each test score, as well as the average of the scores.

Enhancement Trail:  

TestAverage(1.0)    TestAverage





Run It Now!
1
270 reads
Biswajit's picture

Submitted by

Biswajit
Tags:

TestAverage(1.0)
Write a program that asks the user to enter three test scores. The program should display each test score, as well as the average of the scores.

Enhancement Trail:  

TestAverage(1.0)    TestAverage





Run It Now!
1
206 reads
Biswajit's picture

Submitted by

Biswajit
Tags:

TestAverage(1.0)
Write a program that asks the user to enter three test scores. The program should display each test score, as well as the average of the scores.
TestAverage(1.0)

Enhancement Trail:  

TestAverage(1.0)    TestAverage





Run It Now!
1
234 reads
vparine's picture

Submitted by

vparine
2
248 reads
vparine's picture

Submitted by

vparine
RandomNumber
This program prints Random numbers for all primitive types like int, long, float, double
RandomNumber

Run It Now!
1
292 reads
JamesTompkins's picture

Submitted by

JamesTompkins
Timer
A little timer i made that takes user input to set and counts down. It may seem a little basic but i'm not very advanced at java so this was pretty good for me!
Timer

Run It Now!
1
257 reads
Fibonacci Number(1.0)
This program accepts length of the Fibonacci series to be generated as User input and prints out the necessary Fibonacci series
Fibonacci Number(1.0)

Enhancement Trail:  

Fibonacci Number(1.0)    Fibonacci Number





Run It Now!