Code for this please
Attachments:
maihuterimaa:
hey!
Answers
Answered by
1
class brainP
{
public static void main(String args[])
{
for(int i=5;i<=1;i--)
{
for(int j=1;j<=5;j++)
{
if(j<i)
{
System.out.print("");
}
else
{
System.out.print(j);
}
}
System.out.println("");
}
}
}
Answered by
2
Yo Poorvi!
Here's the answer
Hope it helped!
PS:This is soo funny
Attachments:
Similar questions