public class ElseProblem { public static void main(String[] args) { int x=4, y=42; if (x > 5) if (y > 5) System.out.println("gren A"); else System.out.println("gren B"); System.out.println("færdig"); } }