write program to display following 1234.
123
12
1
Answers
Answered by
0
Answer:
123
12
1
yeah so try to use best
Answered by
1
Explanation:
class number
{
psvm( String args[] )
{
int i,j;
for( i=4 ; i >= 1 ; i--)
{
for (j=1 ; j<= i ; j++)
SOPLN (j);
SOPLN():
}
}
}
Similar questions