how to print it in java ??
In simple and easy way....
Attachments:
Answers
Answered by
0
Answer:
public class zzz
{
public static void main ()
{
for (int a=1;a<6;a++)
{
for(int b=1;b<a;b++)
{
System.out.print("*");
}
System.out.println(" ");
}
}
}
Similar questions
Biology,
1 day ago
English,
1 day ago
Social Sciences,
2 days ago
English,
2 days ago
Business Studies,
8 months ago
Math,
8 months ago
English,
8 months ago