O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
num=int(input("Enter any Number : ")) count=0 while num>0: count+=1 num=num//10 print("Number of Digit : ",count)
▶ Run Code
🖥 Output: