*
**
***
****
*****
******
*******
********
*********
**********
How do I do this with nested repeats using% of JavaScript, or in VisuAlg?
For you to have an idea of what the code would look like:
for(var linha = 0; linha < 10; linha = linha++) {
for(var coluna = 0; coluna < 10; coluna = coluna++) { Document.write("*");
}
Document. Write("");
}
So, but I can not think of anything to give that effect using two loop