Part A:
Students will write a java code using nested loops to accomplish the following design:
-*-*-
-*-*-
-*-*-
Note: you may only print 2 character at a time so basically "-*". The extra dash at the end is not a mistake:)
Part B:
Write a Java program that prints a table of powers for all the even numbers between 10 and 20. Calculate the power of 1,2,3,4, and 5. (refer to slide 90 in our power points)