Algorithm Writing: Totals and Averages. (6 marks)
Write pseudocode for an algorithm that accepts the following inputs and outputs the total and average marks for a class test: Inputs: Number of students Marks for each student Processes: Calculate total marks Calculate average marks Outputs: Total marks Average marks
Algorithm Writing: Totals and Averages. (6 marks) Read More »