logo

Crowdly

Browser

Add to Chrome

Welches ist die korrekte Ausgabe? public static void main(String args[]) { ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Welches ist die korrekte Ausgabe?

public static void main(String args[]) {

  String greet1 = "Hello";

  String greet2 = "World";

  String message2 = greet2 +" " +greet1 +" " +2016 +"!";

  System.out.println(message2);

}
More questions like this

Want instant access to all verified answers on moodle.hftm.ch?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome