Question: 5 . 1 4 LAB: Countdown until matching digits Write a program that takes in an integer in the range 1 1 - 9 9
LAB: Countdown until matching digits
Write a program that takes in an integer in the range 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:
the output is:
Ex If the input is:
or any value not between and inclusive the output is:
Input must be
Use a while loop. Compare the digits; do not write a large ifelse for all possible samedigit numbers as that approach would be cumbersome for larger ranges.
q x a z c y
Type your code here.
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
mathrmc
Program output displayed here
Coding trall of your work What is this?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
