...

/

Example 85: Expanded Digit Printing

Example 85: Expanded Digit Printing

Learn how to print numbers in an enlarged font on the terminal.

We'll cover the following...

Problem

Write a program that receives a 5-digit number and prints it out in large size as shown below:

Try it yourself

Try to solve this question on your own in the code widget below. If you get stuck, you can always refer to the solution provided.

Note: To run your solution or our ...