Computer Science, asked by vibhutisingh2312, 2 months ago

Make java programming for
this pattern
N N
N N N
N N N
N N N
N N N

Answers

Answered by sadiqpatel6891
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 koyeldebnath2659
4

Answer:

your answer

Explanation:

hope it's help you XD

Attachments:
Similar questions