Flowchart for Question 12: Calculating the Area of a Triangle
Steps:
1. Start
2. Input base and height
3. Compute area using Area = 1/2 × Base × Height
4. Display the result
5. End
Flowchart for Question 16c: Driving License Qualification
Steps:
1. Start
2. Input candidate's name and age
3. Check if age is ≥ 18
o If Yes → Display "Qualified"
o If No → Display "Not Qualified"
4. Repeat for 10 candidates
5. End