Largest Digit
Submit solution
C
Points:
10 (partial)
Time limit:
8.0s
Memory limit:
64M
Authors:
Problem type
Allowed languages
Task: To find the largest digit from the number entered by the user.
Sample Input
548
Sample Output
8
Comments