Q. Write an algorithm and draw a flowchart to find the greatest number among 3 numbers.
Q. Write an algorithm and draw a flowchart to check if the given number is even or odd.
Q. Write an algorithm, draw a flowchart, and also write a C-program to find the area of a triangle Area = √s*(s-a)*(s-b)*(s-c)
Where s = (a + b + c) / 2
Q. Write an algorithm, draw a flowchart to exchange (swap) values between two variables.
Q. Write an algorithm and draw a flowchart to check if a student is eligible to move from diploma to advanced diploma.
[Conditions are: Should complete all diploma level courses, CGPA >= 2.5, and IELTS >= 4.5]