Browse Source

highlight

pull/1377/head
MSilva95 2 years ago committed by zainab Dnaya
parent
commit
33b0883b42
  1. 4
      subjects/numofdigits/README.md

4
subjects/numofdigits/README.md

@ -2,8 +2,8 @@
### Instructions
Write a function that returns the number of digits in a positive integer n.
- if the number is negative returns 0.
Write a function that returns the number of digits in a positive integer `n`.
- if the number is negative returns `0`.
### Expected function

Loading…
Cancel
Save