Printing the Options (cont'd...):
function print(){ text=""
+ "Shoes: " + p_shoes + ", Price: $" + v_shoes + "
"
+ "Slacks: " + p_slacks + ", Price: $" + v_slacks + "
"
+ "Dress Coat: " + p_coat + ", Price: $" + v_coat + "
"
+ "_________________________
"
+ "Total Purchase : " + v_total + "
"
+ "