Chào các bạn! Vì nhiều lý do từ nay Truyen2U chính thức đổi tên là Truyen247.Pro. Mong các bạn tiếp tục ủng hộ truy cập tên miền mới này nhé! Mãi yêu... ♥

PTB2-BT

import java.io.*;

import java.lang.Math;

class PTB2

{

public static void main(String[] args)throws IOException

{

BufferedReader in = new BufferedReader(new InputStreamReader (System.in));

int a,b,c,denta;

float x1,x2;

System.out.print("Nhap a: ");

a=Integer.parseInt(in.readLine());

System.out.print("Nhap b: ");

b=Integer.parseInt(in.readLine());

System.out.print("Nhap c: ");

c=Integer.parseInt(in.readLine());

denta=b*b-4*a*c;

if(denta>=0)

{

if(denta==0)

System.out.println("Phuong trinh co nghiem kep: x=");

else

{

System.out.println("Phuong trinh co hai nghiem phan biet:

");

x1=(-b)+(sqrt(denta))/(2*a);

System.out.println("x1= "+x1);

}

}

else

System.out.println("Phuong trinh vo nghiem");

}

}

Bạn đang đọc truyện trên: Truyen247.Pro

Tags: #hieu