int x = 6; if (x < 7) if (x < 6) System.out.println("A"); else System.out.println("B"); A geen output B Wat is de uitvoer van deze code?

1 int x = 6; if (x < 7) if (x < 6) System.out.println("A"); else System.out.println("B"); A geen output B Wat is de uitvoer van deze code?2 void print...
Author:  Hans Jansen

6 downloads 96 Views 2MB Size