Assignment:
It is designed to demonstrate your understanding of repetition structures with an unknown number of iterations as well as arrays.
Q: Write a complete C++ program with jGrasp to do the following:
Store the first 100 multiples of a user-supplied integer
Print these values forward and backward from storage (in an array)
Print any values that are multiples of a second user-supplied integer or a message indicating that there are no multiples of that number if that is so.