User-submitted Projects

36
118 reads
leonx's picture

Submitted by

leonx
Tags:

Floyd Triangle
This program code display Floyd Triangle.
Run It Now!
25
183 reads
onyxbladeo's picture

Submitted by

onyxbladeo
Tags:

Fibonacci Series
This program code display fibonacci series on console.
Run It Now!
25
115 reads
mrstinky's picture

Submitted by

mrstinky
Tags:

Factorial
This program code takes user input and print factorial of input number.
Run It Now!
35
146 reads
onyxbladeo's picture

Submitted by

onyxbladeo
Tags:

Check Vowel
This code checks whether an input alphabet is a vowel or not. Both lower-case and upper-case are checked.
Run It Now!
24
138 reads
retundror's picture

Submitted by

retundror
Tags:

Check Leap Year
This program code to check whether a number is armstrong or not.
Run It Now!
40
324 reads
retundror's picture

Submitted by

retundror
Tags:

Armstrong Number
This program code to check whether a number is armstrong or not. A number is armstrong if the sum of cubes of individual digits of a number is equal to the number itself.
Run It Now!
39
217 reads
invincible's picture

Submitted by

invincible
Tags:

Enhanced From:CheckIfPalindrome
This will check if your word is Palindrome
Run It Now!
30
96 reads
Nelly's picture

Submitted by

Nelly
Tags:

Adding Numbers
This program Adds numbers and then print on console.
Run It Now!
38
125 reads
Nelly's picture

Submitted by

Nelly
Tags:

Hello World
This program prints hello world, printf function is used to display text on screen.
Run It Now!
71
1695 reads
Anglina85's picture

Submitted by

Anglina85
Input Validation
The below example demonstrates validate empty fields in struts framework. In this example you will see a message when user will leave any empty field on customer registration form and click on submit button.
Input Validation

Run It Now!