[
package javaapplication38;
public class JavaApplication38{
public static void main(String[] args) {
int i,j;
for(i=1;i<=5;i++)
{
if (i>=2)
{
System.out.println();
}
for(j=1;j<=i;j++)
{
System.out.print(i);
}
}
}
}
]/[
1
22
333
4444
55555BUILD SUCCESSFUL (total time: 0 seconds)
]
--- Update ---
okay now not problem na like this only i need to post na wenever i get error in any kind of code then