hi guys.
can u please help me in my project?
i need a code for a java program that accepts input number and displays the largest among the individual digits of that input.
The sample output is here.
Input Number: 1234569822
Largest Digit: 9
We cant still use arrays guys because we didnt discuss it yet.
Hope u can help me with this.
for loop,while loop can do
thanks.