Comments on: محاضرات حاسب 5&6 https://sayedkenawy.com/2019/10/28/%d9%85%d8%ad%d8%a7%d8%b6%d8%b1%d8%a7%d8%aa-%d8%ad%d8%a7%d8%b3%d8%a8-56/ Mon, 02 Dec 2019 10:34:51 +0000 hourly 1 By: Hosny mohamed sakr https://sayedkenawy.com/2019/10/28/%d9%85%d8%ad%d8%a7%d8%b6%d8%b1%d8%a7%d8%aa-%d8%ad%d8%a7%d8%b3%d8%a8-56/#comment-3257 Mon, 02 Dec 2019 10:34:51 +0000 http://www.sayedkenawy.com/?p=766#comment-3257 Step1:input A,B,C Step2:d=sqrt (b^2_4ac) Step3:if(d^0).Then. *1 =(-b+d)/2a. *2=(-b-d)/2a.else. No real roots. Step4:print*1 and*2

]]>
By: محمد ناصر حسن السيد حسن https://sayedkenawy.com/2019/10/28/%d9%85%d8%ad%d8%a7%d8%b6%d8%b1%d8%a7%d8%aa-%d8%ad%d8%a7%d8%b3%d8%a8-56/#comment-3235 Sun, 01 Dec 2019 14:52:03 +0000 http://www.sayedkenawy.com/?p=766#comment-3235 Step1:input A,B,C Step2:d=sqrt (b^2-4ac). Step3:if(d^0). Then. *1=(-b+d)/2a. *2=(-b-d)/2a. else. No real roots. Step4:print*1 and*2

]]>