Paralleogram design?[code] maxim = (Rows - 1) / 2; for (int i = 0; i < Rows; ++i) { if ( i <= maxim) { blanks ...
Paralleogram design?Ehh I just dont understand what u did, I see u did a min function to determine if maxim or maxim + N...
Paralleogram design?I cant use setw manipulators
Paralleogram design? I want this BUT... [code] * ** *** ** * [/code] The number of stars being printe...
Paralleogram design?The assignment told me not to use a while loop just 3 for loops, 1 for shape, one for row and one fo...