Ein kleines Quiz zu VBA


Ist Wahr Wahr oder Falsch oder wie Falsch ist Wahr

Dieses Quiz ist für den Erfahrenen natürlich viel zu einfach.
Aber es richtet sich auch eher an den Einsteiger.
Trotzdem, mitmachen kann natürlich jeder.

Dieses Quiz hat in jeder Frage eine einfache If Abfrage mit einer MsgBox.
Sie sollen nur entscheiden ob die MsgBox erscheint (dann Antwort Ja) oder nicht (dann Antwort nein)

Viel Spass - und wie immer, nicht schummeln

Wählen Sie Ihre Antworten aus, testen Sie den code und vergleichen Sie die Ergebnisse ;-)
(Der Button Absenden ist momentan ohne Funktion)

F1 - If (5 - 4) Then MsgBox "hallo"

Ja
Nein
F2 - If (4 - 5) Then MsgBox "hallo"

Ja
Nein
F3 - If (5 - 5) Then MsgBox "hallo"

Ja
Nein
F4 - If (5 - 4) = True Then MsgBox "hallo"

Ja
Nein
F5 - If (4 - 5) = True Then MsgBox "hallo"

Ja
Nein
F6 - If (5 - 5) = True Then MsgBox "hallo"

Ja
Nein
F7 - If True + True = True Then MsgBox "hallo"

Ja
Nein
F8 - If True + True = False Then MsgBox "hallo"

Ja
Nein
F9 - If True * True = False Then MsgBox "hallo"

Ja
Nein
F10 - If True * True = True Then MsgBox "hallo"

Ja
Nein
F11 - If False ^ False Then MsgBox "hallo"

Ja
Nein

rechte seite