Assignment:
Computer Science III Spring 2019
Lecture 1 Activity 1
1. Based on the code shown in the slides, write down a class implementing a Generic Geometric Progression using inheritance and generics.
2. Redesign a Geometric Progression (using inheritance and generics) that takes double type values. Print out the first 10 values of the Geometric Progression you designed in Q2 with initial value = 100 and multiply factor = 0.24. Take a screenshot of your output and attach it here.