Question: write a program that displays the following table: a b pow(a, b) 1 2 3 81.0 4 1024.0 15625.0 5 Use format method to
write a program that displays the following table: a b pow(a, b) 1 2 3 81.0 4 1024.0 15625.0 5 Use format method to format the table. Use function pow in math lib. to calculate the values in the third column. 2 1.0. 8.0 3 4 5 6
Step by Step Solution
3.49 Rating (162 Votes )
There are 3 Steps involved in it
Here is the required code import java... View full answer
Get step-by-step solutions from verified subject matter experts
