Patterns using loops@dhayden Would this be correct ? [code] for (int i = 1; i <= 9; i++) { for (int k = 0; k <= i;...
Patterns using loopsI need to print this pattern # # # # # # # # # @ # # # # # # # # @ @ # # # # # # # @ @ @ # # # #...
LoopsThankk you, It worked ;)
LoopsYes, exactly .. display how many times and the average value of the valid (positive) numbers
LoopsUnfortunately, I dont have any output examples :/