How to print a pattern A using * in java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

How to print a pattern A using * in java

23rd May 2019, 11:05 AM
Yaswanth
Yaswanth - avatar
3 Answers
+ 8
Using for loops and if statements, there are alot of examples if you search for patterns in java.
23rd May 2019, 11:35 AM
D_Stark
D_Stark - avatar
+ 5
you can check some pattern challenge here on sololearn in the coding challenge section. to definitely print a pattern you need to use a loop, and think about the rest
23rd May 2019, 11:10 AM
✳AsterisK✳
✳AsterisK✳ - avatar
+ 2
With the help of Ascii value of a its is possible to print alphabets and is obvious to use loops for the purpose ,also see some examples of them for better idea provided by SoloLearn .Thankyou🙃
24th May 2019, 3:19 AM
Yashvi Shah
Yashvi Shah - avatar