Skip to content
Snippets Groups Projects
Commit a7b1e813 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

Translate text to english

parent dfc96bfc
Branches
No related merge requests found
Pipeline #146 failed with stages
in 0 seconds
...@@ -30,7 +30,7 @@ public class StreamMain { ...@@ -30,7 +30,7 @@ public class StreamMain {
//TODO 4.a List the matches played between the given players (using the stream) //TODO 4.a List the matches played between the given players (using the stream)
System.out.print("Number of mathes: "); System.out.print("Number of mathes: ");
//TODO 4.b Print the number of matches played between the given players (using the stream) //TODO 4.b Print the number of matches played between the given players (using the stream)
System.out.print("Zápas s největším počtem branek:"); System.out.print("Match with the largest total number:");
//TODO 4.c Show match with the largest total number (sum of both players) scored goals between relevant players (help Streams) //TODO 4.c Show match with the largest total number (sum of both players) scored goals between relevant players (help Streams)
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment