From a7b1e813873977334d86710b13f6febc872201dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ko=C5=BEusznik?= <jan@kozusznik.cz> Date: Wed, 27 Oct 2021 14:42:14 +0200 Subject: [PATCH] Translate text to english --- src/main/java/cz/jezek/lab11/StreamMain.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/cz/jezek/lab11/StreamMain.java b/src/main/java/cz/jezek/lab11/StreamMain.java index 9b2b00c..ea4babc 100644 --- a/src/main/java/cz/jezek/lab11/StreamMain.java +++ b/src/main/java/cz/jezek/lab11/StreamMain.java @@ -30,7 +30,7 @@ public class StreamMain { //TODO 4.a List the matches played between the given players (using the stream) System.out.print("Number of mathes: "); //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) } -- GitLab