#include <iostream>
#include <cmath>
#include <fstream>
#include <string>
#include <cstdlib>
#include <vector>
using namespace std;
/*
* Parameters: data is a vector of doubles.
* Return: there is nothing returned from this function.
* This function prints each element of the array to the
* console. e.g. {4.5, 3.4, 5.6} followed by newline
*/
void printFullArray(vector<double> &data){
//TO DO: Write your code here.
}
/*
* This is called a overloaded function. Once you get thedouble
* version above to work. Copy and paste the code into thisfunction.
* This way, printFullArray will print both a vector of doublesand
* a vector of strings.
*/
void printFullArray(vector<string> &data){
//TO DO: Write your code here.
}
/*
* Parameters: data is a vector of strings (like the
PayPal Gateway not configured
PayPal Gateway not configured