Exercise
For each of the problem, analyze it using IPO table, then write the algorithm (pseudo code and flowchart).
• Problem 1: Calculate the area of one circle.
• Problem 2: Calculate the temperature in Celsius. Temperature in Fahrenheit will be entered. The formula is;
• Temperature in Celsius = 5/9 (temperature in Fahrenheit -32)
• Problem 3: Calculate the final mark for a student who took CS118 paper. The final mark is the total of on-going assessment (carry mark) and 60% of final exam. The carry mark is calculated as follow:
• Carry mark = 20% of test mark + 20% of quiz mark