//my work java by bharat
class abc
{
public static void main(String[] arr)
{
for(int i=5;i>0;i--)
{
for(int j=6-i;j<6;j++)
{
System.out.print(j);
}
System.out.print("\n");
}
}}
Subscribe to:
Post Comments (Atom)
Make everything easier to apply and easiest to understand @MIND!!! your mind is your power@
No comments:
Post a Comment