1: 2: 3: 4: 5: 6: 7: 8:
struct quote { float number; int coeff; } quote var1, var2; ... quote result=var1+var2;