Question: Write a C++ program that takes a big integer number ( num ) and displays the greatest digit in that big number ( num ).
Write a C++ program that takes a big integer number (num) and displays the greatest digit in that big number (num). For example, if takes 10567595 as the big integer , then it displays 9 and if it takes 4054351, it displays 5.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
