Multiple Choice
Hello, my name is "Nico De Witte"Hello, my name is Nico and I am 32 years of age.System.out.println("Single line of code here"); int number = 15; double size = number * 3.3;public static void main(String[] args) { int sum; System.out.println("Sum = " + sum); }public static void main(String[] args) { int numberOfPeople = 15; System.out.println(There are + numberOfPeople + in the building); }System.out.println("The total is " + 88 + 12 + " euro.");
Last updated