Write a program in java to print the following pattern
Attachments:
Answers
Answered by
2
Answer:
of which class the question is
Answered by
1
Explanation:
System.out.println("*");
System.out.println("*#");
System.out.println("*#*");
System.out.println("*#*#");
System.out.println("*#*#");
Similar questions