Search:

Type: Posts; User: andreas90

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    1,525

    Re: '{' expected error please help

    You have it in the right place. java.io is not a function (method in java), it's a package. You can't import a method, you import packages (in the beginning of your code, before you declare your...
  2. Replies
    8
    Views
    1,525

    Re: '{' expected error please help

    You have many syntax errors. Inside your public class MathExploreToy and then you write

    public class MathExploreToy(){
    }
    What is this? If you are trying to make a constructor this is not the...
  3. Replies
    8
    Views
    1,525

    Re: '{' expected error please help

    Hello erdy_rezki!
    Can you post your code here? I saw some syntax errors in the attached photos but i can't be sure.
Results 1 to 3 of 3