1. Write an algorithm to calculate Fahrenheit value of temperature if Celsius value is given as:
(f-32)/180 = (C)/100
Write a pseudocode (5)
• Draw a flowchart (5)
2. Write an algorithm (pseudocode & flowchart) which calculates the average exam grade for a
class of 5 students.
(15)
3. Write an algorithm (pseudocode and flowchart) which calculates the average exam grade for
a class of unknown number of students.
(15)