This flowchart shows the steps to solve a quadratic equation using the ABC formula. It first inputs values for the constants A, B, and C. It then calculates the square root term and uses it to calculate the solutions X1 and X2. Finally, it outputs the values of X1 and X2. The accompanying code segment shows how to declare variables, perform the calculations, and display the outputs to solve a quadratic equation using the ABC formula in code.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
668 views2 pages
Flowchart Rumus ABC
This flowchart shows the steps to solve a quadratic equation using the ABC formula. It first inputs values for the constants A, B, and C. It then calculates the square root term and uses it to calculate the solutions X1 and X2. Finally, it outputs the values of X1 and X2. The accompanying code segment shows how to declare variables, perform the calculations, and display the outputs to solve a quadratic equation using the ABC formula in code.