Make java programming for
this pattern
N N
N N N
N N N
N N N
N N N
Answers
Answered by
1
Answer:
class one
{
public static void main(String[] args)
{
for(int i=1;i<=3;i++)
{
for(int j=1;j<=5;j++)
{
System.out.println(N)
}
}
}
}
Answered by
4
Answer:
your answer
Explanation:
hope it's help you XD
Attachments:
Similar questions