// // simu1test.cc Asset Allocation test file // #include #include "simu1.h" main() { int i; aa sim1; termvals y; for(i=0;i<100;i++) { y = sim1.fixprops(.5); cout << y.termstock << " " << y.termwealth << endl;} return(0);}