This month’s Exercise is to code a function that converts a string of text numbers into an integer value. If you used the skeleton provided, then your program’s output would look like this:
The string 24680 represents value 24680.
This month’s Exercise is to code a function that converts a string of text numbers into an integer value. If you used the skeleton provided, then your program’s output would look like this:
The string 24680 represents value 24680.
The task for this month’s Exercise was to create code that outputs an inverse number pyramid.
Here’s what such a thing looks like:
0000000000
999999999
88888888
7777777
666666
55555
4444
333
22
1