Skip to content

Commit

Permalink
Fix modifier in method signature in Lab 01.3 assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
100yo committed Oct 14, 2023
1 parent 71c26c3 commit 843b1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-intro-to-java/lab/03-broken-keyboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Създайте публичен клас `BrokenKeyboard` с метод:

```java
public int calculateFullyTypedWords(String message, String brokenKeys);
public static int calculateFullyTypedWords(String message, String brokenKeys);
```

който за всяко изречение (```message```), което Сашко иска да изпрати, пресмята колко от думите на съобщението могат да се напишат, без да се използват изредените счупени клавиши(```brokenKeys```).
Expand Down

0 comments on commit 843b1fd

Please sign in to comment.