Computer Science, asked by jaiswalvarsha1980, 7 months ago

write a java program to draw the following pattern. Please answer this question .​

Attachments:

Answers

Answered by mayureshbelamakar190
0
class pro
{
public static void main ()
{
System.out.println(“* *”);
System.out.println(“** **”);
System.out.println(“*** ***”);
System.out.println(“**** ****”);
System.out.println(“*********”);
}
}



Actually I just need one brainliest to reach virtuoso so please mark me as the brainliest
Similar questions