Hey guys, I'm new to Java, and we're learning the For Loop in class, I don't understand it at all, and I need to create this object using for loops and nested for loops:
___*___ __***__ _*****_ *******
The object has 3 _'s then an asterix, then another 3. The next line has 2 _'s and 3 asterixs, and then 2 _'s, and so on till the last line which is 7 asterixs.
If I could have help with writing the code, it would be greatly appreciated, .