We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652d227 commit 206b9aaCopy full SHA for 206b9aa
Others/CountChar.java
@@ -24,7 +24,7 @@ public static void main(String[] args) {
24
* @return int: Number of characters in the passed string
25
* */
26
27
- public static int CountCharacters(String str) {
+ private static int CountCharacters(String str) {
28
29
int count = 0;
30
0 commit comments