Problem Solving Through Programming In C
Week-05 Problem-01
Due on 2022-03-03, 23:59 IST
Write a C program to count total number of digits of an Integer number (N).
Public Test Cases | Input | Expected Output | Actual Output | Status |
---|---|---|---|---|
Test Case 1 | 15 | Sum = 680 | Sum = 680 | Passed |
Test Case 2 | 9 | Sum = 165 | Sum = 165 | Passed |
Private Test cases used for Evaluation | Status |
Test Case 1 | Passed |
Test Case 2 | Passed |
Watch the video to see the program in motion.
Please subscribe to our YouTube Channel : Swayam Solver
This will help the creator to continue making quality content...
Have a great day !
No comments:
Post a Comment
Keep your comments reader friendly. Be civil and respectful. No self-promotion or spam. Stick to the topic. Questions welcome.