A TECHNO-CULTURAL WORLD
A Blend of TECHNOLOGY and SOCIAL LIFE..
Pages
Home
About and contact US
Social Life
Photoshop Tutorials
Python Tutorials
HTML Tutorials
VIM Editor tutorials
Monday, 9 June 2014
pattern 1
public class pattern
{
public static void main(String[] args)
{
int i,j;
for(i=1; i<=3; i++)
{
System.out.print("\n");
for(j=i; j>=1; j--)
{
System.out.print(j);
}
}
}
}
output:
1
21
321
No comments:
Post a Comment
SAY HELLO!!
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
SAY HELLO!!