#include void for_vector(){ //std::vector v; std::vector v; v.push_back (1.5); v.push_back (2); v.push_back (-0.90); cout<<"v.size()= "<