logo

Crowdly

Browser

Add to Chrome

Was ist die Ausgabe? public static void main(String[] args) {    int alter ...

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

Was ist die Ausgabe?

public static void main(String[] args) {

   int alter = 43;

   if (alter == 43){

     System.out.print("Bob ist 43 ");

   }

   if (alter <= 50){

     System.out.print("Bob ist 50 ");

   }

}
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