Pages
Home
About Me
JAVA
.NET
शायरी
C/C++
Contact us
theme
" जीतने वाले छोड़ते नहीं और छोड़ने वाले जीतते नही
"
Saturday, March 31, 2012
Program to print series in java
* ** *** **** ***** import java.io.*; class series1 { public static void main(String args[]) { int i,j; for(i=1;i<=5;i++) { for(j=1;j<=i;j++) { System.out.print("*"); } System.out.println(); } } }
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment