#include #include int main(void) { double investi; scanf("%lf", &investi); investi = investi * 1.04; printf("%.4f/n", investi); investi = investi * 1.04; printf("%.4f/n", investi); investi = investi * 1.04; printf("%.4f/n", investi); investi = investi * 1.04; printf("%.4f/n", investi); investi = investi * 1.04; printf("%.4f/n", investi); investi = investi * 1.04; printf("%.4f/n", investi); investi = investi * 1.04; printf("%.4f/n", investi); }