Question: Write a program that displays a big sign for a 2-digit number. The examples of number 0 to 9 are given below: Write a program
Write a program that displays a big sign for a 2-digit number. The examples of number 0 to 9 are given below: Your program must meet these requirements: 1. Prompt the user to input an integer between 10 to 99 . If the input is invalid (not in the range, contains letters or other symbols, etc.), your program should be able to give a warning message and ask the user to input again. 2. Each number consists of multiple "*" within the space of a 5 by 5 square. Your output should be exactly the same to the shapes given above. In between the 2 digits, there are 2 spaces in each of the row. Therefore, your output size should be 5 rows by 12 columns. For example, the output of number 27 and 41 should be like
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
