I would like to make a program which allows you to enter a number (say 145). It reads the 3 CHAR and prints the largest one.
I can make it to compare integers but where I am lost is how to compare characters in a single 145 (example) input
so
input 145 [enter]
print 5 (largest #)
thats what I basically want to do