Question: 5 . 1 4 LAB: Countdown until matching digits Write a program that takes in an integer in the range 1 1 - 9 9

5.14 LAB: Countdown until matching digits
Write a program that takes in an integer in the range 11-99(inclusive) as input. The output of the program is a countdown starting from the input integer until an integer where both digits are identical.
Ex. If the input is:
11
the output is:
11
Ex. If the input is:
9
or any value not between 11 and 99(inclusive), the output is:
Input must be \(11-99\)
Use a while loop. Compare the digits; do not write a large if-else for all possible same-digit numbers (11,22,33,...99), as that approach would be cumbersome for larger ranges.
\(561984.4458934. q x 3 a z c y 7?\)
1"'" Type your code here.
2 Run your program as often as you'd like, before submitting for grading. Below, type any needed input values in the first box, then click Run program and observe the program's output in the second bax.
Enter program input (optional)
\({}^{\mathrm{c}}\)
Program output displayed here
Coding trall of your work What is this?
5 . 1 4 LAB: Countdown until matching digits

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!