+ 2
Does anybody know star code problem answer??
3 rows and 6 stars total * ** *** or *** ** *
2 Answers
+ 3
**
**
**
I don't know if this is a real problem, or if there is specifications to it, but it's a simple loop.
for(int i = 0; i < 3; ++i) {
System.out.println("**");
}
+ 23
yes , try that buddy
https://code.sololearn.com/cLeVyd5o66zk/?ref=app