News Ticker

Menu

( C++ ) Giải PT Bậc Nhất


/*
Ten: Hoang Minh Tuan
Lop: GS19TH1
*/
#include<iostream>
using namespace std;

class PTBacI{
private: float a, b;
public:
void setA(float a){
this->a = a;
}

void setB(float b){
this->b = b;
}



float getA(){
return a;
}

float getB(){
return b;
}



PTBacI(){
setA(a);
setB(b);

}

void inPutKey(){
float a, b, c;

cout << "input a: "; cin >> a; this->setA(a);

cout << "input b: "; cin >> b; this->setB(b);
}

void test(float a, float b){
if(a == 0){
if(b == 0) cout << "Phuong Trinh Co Vo So Nghiem" << endl;
else cout << "Phuong Trinh Vo Nghiem" << endl;
}
else cout << "Phuong Trinh Co Nghiem X= " << (float)-b/a ;
}
};


int main(){
PTBacI i;
i.inPutKey();
i.test(i.getA(), i.getA());

return 0;
}

Share This:

Post Tags:

Welcome To Task Marks

I'm Task Marks. Tôi là chủ trang web này, trang này tôi dùng để chia sẽ tài liệu và những thứ linh tinh khác. Cảm ơn mọi người đã ghé thăm trang web của chúng tôi.Nếu có thắt mắt xin vui lòng liên hệ
Mail: devnguhoc@gmail.com

No Comment to " ( C++ ) Giải PT Bậc Nhất "

  • To add an Emoticons Show Icons
  • To add code Use [pre]code here[/pre]
  • To add an Image Use [img]IMAGE-URL-HERE[/img]
  • To add Youtube video just paste a video link like http://www.youtube.com/watch?v=0x_gnfpL3RM