Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 175 Bytes

File metadata and controls

8 lines (6 loc) · 175 Bytes

Program 49

Write a program to find the sum of the digits of the given number.

Variable description-- num=Number sum= Holds the sum dig=Holds the single digit of the number