Computer Science, asked by 2005prem, 6 months ago

Write a program in java to print the following pattern

Attachments:

Answers

Answered by himmatkunwarrathore
2

Answer:

of which class the question is

Answered by Yashicaruthvik
1

Explanation:

System.out.println("*");

System.out.println("*#");

System.out.println("*#*");

System.out.println("*#*#");

System.out.println("*#*#");

Similar questions