   public void Zaehlwiederholung_a_b();
    Code:
       0: iconst_0
       1: istore_1
       2: iconst_1
       3: istore_2
       4: iload_2
       5: iconst_5
       6: if_icmpgt     20
       9: iload_1
      10: iload_2
      11: iadd
      12: istore_1
      13: iload_2
      14: iconst_1
      15: iadd
      16: istore_2
      17: goto          4
      20: return

public void WiederholungMitBedingung();
    Code:
       0: iconst_0
       1: istore_1
       2: iconst_1
       3: istore_2
       4: iload_2
       5: iconst_5
       6: if_icmpgt     20
       9: iload_1
      10: iload_2
      11: iadd
      12: istore_1
      13: iload_2
      14: iconst_1
      15: iadd
      16: istore_2
      17: goto          4
      20: return


  public void Zaehlwiederholung_c();
    Code:
       0: iconst_0
       1: istore_1
       2: iconst_1
       3: istore_2
       4: iload_2
       5: iconst_5
       6: if_icmpgt     19
       9: iload_1
      10: iload_2
      11: iadd
      12: istore_1
      13: iinc          2, 1
      16: goto          4
      19: return