Browse Source

Correcting number of digits

1162-numofdigits
zainabdnaya 2 years ago
parent
commit
b76f31da0c
  1. 2
      subjects/numofdigits/README.md

2
subjects/numofdigits/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function that returns a number of digits in a nonnegative integer n.
Write a function that returns the number of digits in a nonnegative integer n.
- if you enter a negative input return 0.
### Expected function

Loading…
Cancel
Save