WAP in java to print the following
Attachments:
Answers
Answered by
0
Answer:
Program:
public class pattern.
{
public static void main(String[] args) {
int lines=4;
int i,j;
int space=0;
for(i=0;i<lines;i++){// this loop is used to print lines.
for(j=1;j<=space;j++){// this loop is used to print space in a line.
Answered by
0
Answer:
18482
Explanation:
you have to go and understand
Similar questions