×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Added: May 9, 2021 5:46 PM
Views: 4020
Tags: no tags
  1. public void addWrongChoice(String txt){
  2.         //Neues Choice Objekt erstellen immer!
  3.         choices.add(new Choice(txt, false));
  4.     }