Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

#include<stdio.

h>

#include<stdlib.h>

int main()

int y; float x; x=0.0;

for(y=1;y<=10000;y++)

×=x+0.0001;

printf("%f",x);

system("pause");}

You might also like