"POWERS"

Compute the power of a number given the base and exponent. Do three versions of this
program using a while loop, a do-while loop and a for-loop.
Introduction

Please help..i don't know how to input this in java...please help.tnx

1 answer

import java.util.Scanner;

public class BaseAndExponent {

public static void main(String[] args)

{
int a;
int b;
Scanner scan = new Scanner(System.in);
System.out.println("Base");
}
}
Similar Questions
  1. Fill in the blanks!_ power _ simplify _ evaluate _ exponent A. the number in a power that indicates how many factors of the base
    1. answers icon 1 answer
  2. Match the example to the exponent property.1. Negative Exponent Property 2. Raising a Power to a Power 3. Multiplying Powers
    1. answers icon 1 answer
    1. answers icon 1 answer
  3. Match the example to the exponent property.(4 pNegative Exponent Property Multiplying Powers with the Same Base Raising a Power
    1. answers icon 1 answer
more similar questions