Question: 2. Write a program called Table and use only strings to display the following table. Screenshot your console output. (space between the columns are up
2. Write a program called Table and use only strings to display the following table. Screenshot your console output. (space between the columns are up to you) (5 points) a 1 2 3 a^2 1 4 9 ^3 1 8 27 3. ( More on Arithmetic) Write a Java program called More Arith using java.lang. Math classes that displays the following on the console. Copy&Paste your source code. Use Math.Pland Math.pow(a, b) and do not manually type in the numerical results for pi, pl.2, pi^2. (5 points) pi is 3.141592653589793 pi 2 is 6.283185387179586 pi^2 is 9.869604401089358
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
