Search:

Type: Posts; User: frozen java

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    2,678

    Re: incompatible types

    some 1 will input the size of the equation they want to do. 1 step = 1 two step = 2 ect.

    if some 1 inputs one its supposed to preform the function oneStep();
  2. Replies
    3
    Views
    2,678

    incompatible types

    Calculator.java:26: incompatible types
    found : java.lang.String
    required: int
    switch (size) {
    ^
    1 error
    Finished!
    Press any key to continue . . .
Results 1 to 2 of 2