class Triangle{
public static void main(String[] args){
int i,j,k;
for( i=1; i<=5; i++ ) {
for( j=4; j>=i; j-- ) {
System.out.print( " " );
}
for ( k=1; k<=(2*i-1); k++) {
System.out.print(k);
}
System.out.println("");
}
}
}
good job..
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
nice post
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
helpfull
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
educative
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This is output
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
keep it up
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
thats a good ,learning post
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
if you want write here about java in English as your blog
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
good job
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit