#include #include using namespace std; int main () { vector MyList(2); MyList[0]=1.2; MyList[1]=2.3; for(int i=0;i