publicclassMain { publicstaticvoidmain(String[] args) { Scannerinput=newScanner(System.in); intt= input.nextInt(); long a, b, c; for (inti=0; i < t; i++) { a = input.nextInt(); b = input.nextInt(); c = input.nextInt(); if (a + b > c) System.out.printf("Case #%d: true\n", i + 1); else System.out.printf("Case #%d: false\n", i + 1); } } }