Search:

Type: Posts; User: seawolfmoose

Search: Search took 0.14 seconds.

  1. Replies
    6
    Views
    1,033

    Re: help a first time java programer

    thanks, now just have to figure out the class interface or enum expected faults
  2. Replies
    6
    Views
    1,033

    Re: help a first time java programer

    does the c in class have to be capitilized to?
  3. Replies
    6
    Views
    1,033

    Re: help a first time java programer

    problem5.4.java:11: error: package system does not exist
    system.out.println("the total at " + count + "is" + m);
    ^
  4. Replies
    6
    Views
    1,033

    help a first time java programer

    hi everyone, i'm chris and i'm just starting out with java. through my java course i am trying to create a java program that computes a series as follows: 1/2 +2/3+ ... i/i+1 up to where i = 20. it...
Results 1 to 4 of 4