Question: wright the code in c++ Exercise#1: Two-Digit Number A two-digit number is input through the keyboard, write a program to check which digit is larger,
wright the code in c++Exercise#1: Two-Digit Number A two-digit number is input through the keyboard, write a program to check which digit is larger, and display the appropriate message. Sample input/output: Enter a two-digit number: 3 The ten digit is larger than the unit digit. Enter a two-digit number: 55 The unit digit is equal to the ten digit. num=13 3-d2 Enter a two-digit number: 29 The unit digit is larger than the ten digit. di 7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
