Find the future value at the end of year 3 of the following…

Find the future value at the end of year 3 of the following stream of cash flows received at the end of each year, assuming the firm can earn 17 percent on its investments. SHOW YOUR WORK ON THE SCRATCH SHEET OF PAPER and remember to submit when you are done.

Given the following class specification, provide the c++ sta…

Given the following class specification, provide the c++ statement to create an instance of the class named test1 to use integer data.. template class MyClass{private:    T data;public:   MyClass();   void setData(T newData);   T getData();   void showData();};