User-submitted Java Projects

32
1411 reads
Anand13's picture

Submitted by

Anand13
Tags:

32
1327 reads
sachinkadian's picture

Submitted by

sachinkadian
Tags:

32
1814 reads
Portunol
this program must show how many combinations can be made by making new words using Portuguese prefixes and Spanish suffixes, The program starts asking for how many Portuguese (P) and Spanish (S) words
Run It Now!
32
2979 reads
Arithmetic Operators For Variables In Java.
The below example demonstrates how to use arithmetic operators for variables in java. The below exampleperforms arithmetic operations on variable n,a,d and prints thier values as output.
Run It Now!
32
2374 reads
Static Member Inner Classes
The below program demonstrates how to create a static inner class and access it. The below program has class LifePolicy which defines a Static Inner class LifeBenefit which extends class Benefit.
Run It Now!
32
2917 reads
deep07's picture

Submitted by

deep07
Inner Class
The below program demonstrates how to create a local inner class and access it.
Run It Now!
31
2357 reads
skysiren's picture

Submitted by

skysiren
Tags:

Twenty Questions

Prints the instructions for drawing a dragon curve of orders 0
* through 5.


Run It Now!