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 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

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 Databases Questions!