Search:

Type: Posts; User: boyjam2

Search: Search took 0.11 seconds.

  1. Re: The operator / is undefined for the argument type(s)

    Just looked at the next question and it says I need to display the answer I get from the question above (the one you helped me answer) as a % so basically for the code above if I did first number 25...
  2. Re: The operator / is undefined for the argument type(s)

    Yes I did, thanks!

    You can close this thread and mark it as solved.
    Thanks for the help, much appreciated.
  3. Re: The operator / is undefined for the argument type(s)

    Error:


    Error: The operator / is undefined for the argument type(s) java.lang.String, java.lang.String


    Is the new error after adding that.


    System.out.println("The quotient of " + f + "...
  4. The operator / is undefined for the argument type(s)

    Question (school):


    Write a program that prompts for two numbers, then divides the first by the second. Write the answer in the form "<a> divided by <b> is <answer>."


    My Code:


    import...
Results 1 to 4 of 4