src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
ketemu lagi, langsung saja ya source codenya di bawah ini :
#include <iostream.h>
#include <conio.h>
void main()
{
int a, b, c, d;
clrscr();
a = 5;
b = 600;
c = 5;
d = b*b-4*a*c;
cout << “ d = “ << d << endl;
getch();
return 0;
}
0 comments:
Post a Comment