
Source codenya :
#include
#include
#include
using namespace std;
int main(int argc, char *argv[])
{
cout << "===================" << endl;
cout << " KOEFISIEN PANGKAT " << endl;
cout << "===================" << endl;
cout << endl; int a,b,c; long disk; float x1,x2; cout << " Koefesien Pangkat 2 : " ; cin >> a;
cout <<...