User-submitted Projects

49
1723 reads
contacts
This is a Contact Lists Project. ;)
Run It Now!
46
1776 reads
contacts
This is a Contact Lists Project. ;)
Run It Now!
55
1720 reads
contacts
This is a Contact Lists Project. ;)
Run It Now!
37
1568 reads
xena09's picture

Submitted by

xena09
28
2233 reads
Factorialcheck
import java.io.*; import java.util.Scanner; public class factorial { public static void main(String[] agrs) { int prod=1,num ,i; System.out.println("Enter a number:-");
Run It Now!
56
2321 reads
CookiesExample
This is a Cookie Example to save the Cookie Name & Value. and how to get the detail of saved Cookie.
Run It Now!