Create an Interactive program to display a Floyd triangle.
The number with the largest number of digits determines the width of each column to display. (Use a monospace font?)
For example (2 digits)
Create an Interactive program to display a Pascal triangle.
The number with the largest number of digits determines the width of each cell to display. (Use a monospace font?)
Ask the user which number to start with. (Something other than 1?)
Floyd's triangle (Wikipedia)
Pascal's triangle (Wikipedia)