logo

Crowdly

Gegeben ist folgendes Programmfragment: String text; text = JOptionPane.showI...

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

Gegeben ist folgendes Programmfragment:

String text;

text = JOptionPane.showInputDialog(null, "Eingabe");

switch(text) {

/* füge hier Code ein */

System.out.println("Wochenende");

break;

default:

System.out.println("Wochentag");

Welche Programmzeile muss anstelle des Kommentars /* füge hier Code ein */ stehen, damit der Text Wochenende ausgegeben wird, wenn als Text Sa oder ein So eingegeben wird.

More questions like this

Want instant access to all verified answers on elearning.tgm.ac.at?

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