Flowcharts Solutions Start Read r Area = 3.14 * r* r print Area End helpyakeen@gmail.com Solution 1: Solution 2: Read A, B True if A>B print A False print B End helpyakeen@gmail.com Start Solution 3: i = 10 Write i i=i+2 i < = 98 No End Yes helpyakeen@gmail.com Start Solution 4: Sum = 0, C = 0 Enter Exam Scores, S Sum = Sum + S No C=C+1 is C = 25? Yes Av = Sum/25 print Av End helpyakeen@gmail.com Start Solution 5: Declare variables a, b D, x1, x2, rp and ip Calculate discriminant, D < -b2 – 4ac True is D > = 0? r1 = �-b +�D� /2a False ip = -b/2a rp=�-D/2a r2 = �-b +�D� /2a x1 = ip + j*ip x2 = rp - j*ip Display r1 and r2 Stop helpyakeen@gmail.com Start