Programming Examples

Python program to find the largest digit of a given number


Write a python program to accept a integer number form user and find the largest digit of number.

Sample:

Input : 12341

Output : Largest Digit is : 4

Solution

num=int(input("Enter any Number : "))
max=0
while num>0:
    digit=num%10
    if max<digit:
        max=digit
    num=num//10
print("Largest Digit is : ",max)
Output/ Explanation:

Enter any Number : 23241

Largest Digit is :  4


Latest Current Affairs 2024 Online Exam Quiz for One day Exam Online Typing Test CCC Online Test Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Online MBA 2 years Online MCA Online BCA Best Website and Software Company in Allahabad