Write a C++ program to ouput the amount of money that wouldbe present in a bank account some year in the future (named"future"), if x dollars was invested during some earlier year (named "start") chosen by the user. The money is to becompounded at an annual interest rate (named "rate") chosen by theuser. Use a loop.