Q3. Write an algorithm and draw a flowchart to solve the mathematical equation given below.
x = (-b ± √(b^2 - 4ac)) / (2a)
Q4. Write an algorithm and draw a flowchart to calculate the age of a person from the date of birth.
Q5. Write an algorithm and draw a flowchart to check whether a person is eligible to work or not.
[Condition: If the age is less than 60, they can work in an organization/company]