Browse Source

Correcting number of digits

fixDevirged
zainabdnaya 2 years ago committed by zainab Dnaya
parent
commit
1a3f9ae1fb
  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