Search:

Type: Posts; User: mflb94

Search: Search took 0.17 seconds.

  1. Replies
    1
    Views
    1,600

    help with recursive method

    My problem is with this exercise:
    Write a recursive method called power that takes a double x, and an integer n and that returns x^n. Hint: a recursive definition of this operation is x^n =...
  2. Why does java not honor my if/else statments

    Hey everyone, complete noob here, I'm writing a program for my class about a quadratic equation. Everything in the code seems correct, only java just doesnt seem to care about if/else statements,...
Results 1 to 2 of 2