сижу уже третий час над этой задачей и один фиг до меня не доходит что я должен сделать import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner console = new Scanner(System.in); while (true) { String numberone = console.nextLine(); int x = Integer.parseInt(numberone); String numbertwo = console.nextLine(); int y = Integer.parseInt(numbertwo); String str = Integer.toString(x + y); { if(str.equals("ENTER")); System.out.println(str); } } }