Comments on: Report (Write an algorithm ) https://sayedkenawy.com/2019/11/11/report-write-an-algorithm/ Sat, 19 Sep 2020 17:03:19 +0000 hourly 1 By: احمد جمعه https://sayedkenawy.com/2019/11/11/report-write-an-algorithm/#comment-4289 Sat, 19 Sep 2020 17:03:19 +0000 http://www.sayedkenawy.com/?p=768#comment-4289 Step1;input a,b,c
Step2; d=sqrt (b^2-4ac)
Step3;if (d.^0)
then
×1=(-b+d)/2a
x2=( -b-d)/2a
else
no real roots
Step4;printx1 and x2

]]>
By: اسلام فتحي محمد بدر https://sayedkenawy.com/2019/11/11/report-write-an-algorithm/#comment-4272 Mon, 07 Sep 2020 07:19:29 +0000 http://www.sayedkenawy.com/?p=768#comment-4272 Step1 ; input a,b,c
Step2 ; d= sqrt (b^2-4ac)
Step3 ; if (d>0)
then
X1=(-b+d)/2a
X2=(-b-d)/2a
else
No real roots
Step4; “X1 and X2”

]]>
By: هبة محمود محمد ابراهيم https://sayedkenawy.com/2019/11/11/report-write-an-algorithm/#comment-3983 Thu, 26 Mar 2020 09:27:20 +0000 http://www.sayedkenawy.com/?p=768#comment-3983 Step1;input a,b,c
Step2; d=sqrt (b^2-4ac)
Step3;if (d.^0)
then
×1=(-b+d)/2a
x2=( -b-d)/2a
else
no real roots
Step4;printx1 and x2.

NAME: Heba Mahmoud mohamed Elbody.
LEVEL Zero.

]]>
By: محمد عمرو محمد السيد https://sayedkenawy.com/2019/11/11/report-write-an-algorithm/#comment-3962 Wed, 25 Mar 2020 19:07:18 +0000 http://www.sayedkenawy.com/?p=768#comment-3962 step1; input a,b,c
step2; d = sqrt ( b^2-4ac )
step3; if (d>0)
then
x1 = (–b + d)/2a
x2 = (–b – d)/2a
else
no there
step4; print “x1 and x2”

]]>
By: Nehal kamel lotfy https://sayedkenawy.com/2019/11/11/report-write-an-algorithm/#comment-3838 Fri, 13 Mar 2020 20:42:35 +0000 http://www.sayedkenawy.com/?p=768#comment-3838 Step1;input a,b,c
Step2; d=sqrt (b^2-4ac)
Step3;if (d.^0)
then
×1=(-b+d)/2a
x2=( -b-d)/2a
else
no real roots
Step4;printx1 and x2

]]>
By: Fareda hazem mostafa https://sayedkenawy.com/2019/11/11/report-write-an-algorithm/#comment-3829 Thu, 12 Mar 2020 20:11:38 +0000 http://www.sayedkenawy.com/?p=768#comment-3829 1-ابدأ 2-الإدخال a، b، c 3-Sqrt (2b ^ - 4ac) 4- Ifd > 0 ثم Root1 is (-bd) / 2a Root2 is (-b + d) / 2a 5-printR1، R2 6 -النهاية⬅ فريدة حازم مصطفي السيد سكشن ١٠ المجموعة الثانية]]> ➡️1-ابدأ
2-الإدخال a، b، c
3-Sqrt (2b ^ – 4ac)
4- Ifd > 0 ثم
Root1 is (-bd) / 2a
Root2 is (-b + d) / 2a
5-printR1، R2
6 -النهاية⬅️
فريدة حازم مصطفي السيد
سكشن ١٠
المجموعة الثانية

]]>
By: Gehad hassan ibrahim elkhabiry https://sayedkenawy.com/2019/11/11/report-write-an-algorithm/#comment-3800 Tue, 10 Mar 2020 06:07:58 +0000 http://www.sayedkenawy.com/?p=768#comment-3800 Step1 ؛ المدخلات a ، b ، c Step2 ؛ d = sqrt (b ^ 2-4ac) Step3 ؛ إذا (d. ^ 0) ثم × 1 = (- b + d) / 2a x2 = (-bd) / 2a آخر لا جذور حقيقية Step4 ؛ printx1 و x2⬅ . . جهاد حسن ابراهيم محمد الخبيري * Sec 9 * * Group 2 *]]> ➡️Step1
؛ المدخلات a ، b ، c
Step2
؛ d = sqrt (b ^ 2-4ac)
Step3
؛ إذا (d. ^ 0)
ثم
× 1 = (- b + d) / 2a
x2 = (-bd) / 2a
آخر
لا جذور حقيقية
Step4
؛ printx1 و x2⬅️
.
.
جهاد حسن ابراهيم محمد الخبيري
* Sec 9 *
* Group 2 *

]]>
By: احمد فتحى احمد محمد بدر https://sayedkenawy.com/2019/11/11/report-write-an-algorithm/#comment-3675 Sat, 07 Mar 2020 19:57:28 +0000 http://www.sayedkenawy.com/?p=768#comment-3675 Step1;input a,b,c
Step2; d=sqrt (b^2-4ac)
Step3;if (d.^0)
then
×1=(-b+d)/2a
x2=( -b-d)/2a
else
no real roots
Step4;printx1 and x2

]]>
By: طارق ابراهيم علي حسن https://sayedkenawy.com/2019/11/11/report-write-an-algorithm/#comment-3518 Wed, 26 Feb 2020 20:53:37 +0000 http://www.sayedkenawy.com/?p=768#comment-3518 الخطوة 1: إدخال a ، b ، c
step2: d = sqrt (b ^ 2-4ac)
step3: if (d> 0)
ثم
x1 = (–b + d) / 2a
x2 = (–b – d) / 2a
else
لا يوجد
step4 ؛ اطبع “x1 و x2”

]]>
By: السيد عبدالله السيد اسماعيل https://sayedkenawy.com/2019/11/11/report-write-an-algorithm/#comment-3275 Sun, 08 Dec 2019 18:30:42 +0000 http://www.sayedkenawy.com/?p=768#comment-3275 Algorithm
Step1: input a, b, c
Step2:Read a, b, c
Step3:check if (d=b*b-4ac>or=0 )
Then
Solve x1, x2
Else
No real roots
Step4:print x1, x2

]]>