Browse Source

docs: rephrase exercice description to improve its clarity

pull/2525/head
amine 4 weeks ago
parent
commit
c047aec764
  1. 2
      subjects/java/checkpoints/digitlen/README.md

2
subjects/java/checkpoints/digitlen/README.md

@ -2,7 +2,7 @@
### Instructions
In a file named `Digitlen.java` write a function `digitlen` that returns the length of the number passed as a parameter.
In a file named `Digitlen.java` write a function `digitlen` that returns the count of digits in the number passed as a parameter.
### Expected Functions

Loading…
Cancel
Save