
need help
The â??powerâ?? function currently does not exist in IJVM. For example, if two numbers 2 and 3 are on the stack, the power function would compute 2 power 3, i.e. 23 that should give 8 as the result. Assume two positive numbers (say, a and b) are provided on the stack (with a being the first value and b being the value on top). Write an IJVM code segment that will calculate the power of the two numbers (ab) and put the result back on the stack. You are allowed to use existing IJVM instructions only. Include appropriate comments to explain your programm output
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.