#include main () /* Program 7: Compound Interest */ { int n,i; float x,z,w,v; printf("enter input values for x (float) and n (integer) \n"); scanf("%f %d", &x, &n ); z = 1 + x/n; w = 1; for (i=0; i