From 5c9af6e07b0276b2c9f95d08d8e2d480aa3a4cc3 Mon Sep 17 00:00:00 2001 From: zainabdnaya Date: Fri, 17 Jun 2022 19:41:51 +0100 Subject: [PATCH] numofdegit --- subjects/numofdigits/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/numofdigits/README.md b/subjects/numofdigits/README.md index d2a2d58e..9da393a0 100644 --- a/subjects/numofdigits/README.md +++ b/subjects/numofdigits/README.md @@ -3,7 +3,7 @@ ### Instructions Write a function that returns the number of digits in a nonnegative integer n. -- if you enter a negative input return 0. +- if the number is negative input returns 0. ### Expected function