Search:

Type: Posts; User: Rucy

Search: Search took 0.09 seconds.

  1. Thread: Hi Fellow

    by Rucy
    Replies
    5
    Views
    1,065

    Re: Hi Fellow

    Now i have been trying this but still can't work

    String input = console.readLine("Please enter your first number:");
    int newinput = Integer.parseInt(input);
    String input2 =...
  2. Thread: Hi Fellow

    by Rucy
    Replies
    5
    Views
    1,065

    Re: Hi Fellow

    String input = console.readLine("Please enter your first number:");
    int newinput = Integer.parseInt(input);
    String input2 = console.readLine("Please enter your second number: ");
  3. Thread: Hi Fellow

    by Rucy
    Replies
    5
    Views
    1,065

    Hi Fellow

    will you pls help me on how to create program in java that will ask for two numbers, num and n,and then returns the nth root of num.
Results 1 to 3 of 3