bhai mujy koi bhai flow chart bana dy.

3. A set of linear equations:
aX + bY = c
dX + eY = f
can be solved using Cramer’s rule as:
X = (ce – bf)/(ae – bd)
Y = (af – cd)/(ae – bd)
Design an algorithm in flowchart to read in a, b, c,
d, e and f and then solve for X and Y.


beharbani ho gi