Drawing a flag with diagonal crosses in a V-Shape (ADA)
问题 I turn to Stackoverflow yet again. having gotten help here previously I hope to be received equally friendly once more. I have an assignment where I need to draw a flag (including a box-like shape around it and a V-shape of crosses in its midst) in ADA. Ive managed to make the box and roughly half of the crosses. can anyone clue me in as to how one easiest fills in the remainder of the crosses? Its supposed to be a V-shape, like this: + + + + + etc with Ada.Text_IO; use Ada.Text_IO; with Ada