Search:

Type: Posts; User: robingeldolf

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,664

    Re: rock paper si

    i fixed it, thanks. used do while .


    public class Bladsteenschaar6 {
    final int blad = 0;
    final int steen = 1;
    final int schaar = 2;
    int computer;
    int keuzeSpeler;
    ...
  2. Replies
    4
    Views
    1,664

    Re: rock paper si

    public class Bladsteenschaar5 {
    public void speel() {

    final int BLAD = 0;
    final int STEEN = 1;
    final int SCHAAR = 2;
    int keuzeSpeler = 0;

    //...
  3. Replies
    4
    Views
    1,664

    rock paper si

    hi, got a problem with my code i'm getting the following error


    Bladsteenschaar5.java:39: illegal start of expression
    public void speelde(){
    ^
    Bladsteenschaar5.java:39: illegal start of...
Results 1 to 3 of 3