Page 1 of 1

You want the output to be: one line of vertical bars, spaced so that they always appear above the 0 in the line of numbe

Posted: Tue Jul 12, 2022 8:20 am
by answerhappygod
You Want The Output To Be One Line Of Vertical Bars Spaced So That They Always Appear Above The 0 In The Line Of Numbe 1
You Want The Output To Be One Line Of Vertical Bars Spaced So That They Always Appear Above The 0 In The Line Of Numbe 1 (57.85 KiB) Viewed 48 times
You want the output to be: one line of vertical bars, spaced so that they always appear above the 0 in the line of numbers, then the line of numbers. You should define one constant in your code that you use to: 1.) set the number of spaces between vertical bars. 2.) set the sequence of numbers to restart at zero. If the value of your constant is 3, the output should look like: | | | 123012301230123 etc.