/* * tourvar2.c */ #include int main (void) { float intrate; intrate=6.9; printf("The interest rate is %f%% this month\n", intrate); return 0; }