Search:

Type: Posts; User: Badger191

Search: Search took 0.24 seconds.

  1. Thread: Java error

    by Badger191
    Replies
    3
    Views
    1,438

    Re: Java error

    *********fixed
  2. Thread: Java error

    by Badger191
    Replies
    3
    Views
    1,438

    operator & is undefined for the....

    fixed it, thanks for the help jps!
  3. Thread: Hi

    by Badger191
    Replies
    2
    Views
    1,071

    Re: Hi

    Welcome, this is a good place to advance :).
  4. Thread: Hey

    by Badger191
    Replies
    1
    Views
    1,009

    Hey

    Hey :). My names Adam, I'm 15 years old (turned 15 last month), I've been programming on and off for a few years (3 to be exact) but I never really grasped the language. So I decided to come here to,...
  5. Re: I included the main method, but it keeps flashing that I don't have one included?

    A main method ends with a curly brace, semicolons are used to set the end of a line ;).
  6. Replies
    7
    Views
    1,841

    Re: I have no idea why "class or interface is expected" , or the main method is missi

    You have two main methods, then your class identifier, that's why your error is being thrown.



    public class Random {

    public static void main(String[] args) {
    //Here's out string...
Results 1 to 6 of 6