Search:

Type: Posts; User: Shyamz1

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    3,274

    Re: Program to compute powers

    I know how to get powers, i wrote pseudocode and designed it, but im not sure what the case is for like cubics and powers more than 2.
  2. Replies
    5
    Views
    3,274

    Program to compute powers

    Hi there folks.

    I'm trying to create a program that takes 2 numbers from command line arguments and use the second value as a power so for e.g. java Power 10 2 should give 100. But i want to do...
Results 1 to 2 of 2