• 4 Haziran 2023 20:39

Sait ORHAN

Öğretmek için Öğrenin- Öğrenmek için Öğretin

Bir Soru

BySait ORHAN

Eyl 10, 2011
#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;
}

Bir cevap yazın

E-posta hesabınız yayımlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir

This site uses Akismet to reduce spam. Learn how your comment data is processed.