#include <iostream>
#include <stdlib.h>
#include <math.h>
using namespace std;
int main(void)
{
float a=100, b=95, c;
for(b; b>0; b -=5)
a = b + sqrt(a);
cout << sqrt(a) << endl;
system(“PAUSE”);
return 0;
}
#include <iostream>
#include <stdlib.h>
#include <math.h>
using namespace std;
int main(void)
{
float a=100, b=95, c;
for(b; b>0; b -=5)
a = b + sqrt(a);
cout << sqrt(a) << endl;
system(“PAUSE”);
return 0;
}