Reading and Writing - Written examination consisting of five exercises that tests a range of reading and writing skills. Types of task include information transfer, short-answer questions, multiple-matching, functional writing and extended writing. 60 marks Paper 2 35-45 minutes 20% Listening - Wri...
("Could not read from file"); } C#: // Writing to a file // remember to add "using System.IO" int[] grades = new int[] {36, 39, 48, 54, 60, 69 }; StreamWriter sw = new StreamWriter("grades.csv"); for (int i = 0; i < grades.GetLength(0...