Write pseudo-code for a program to do the following: For each of three students Input the name of the student into an array array name[3] Input five marks for the student into a 2-dimensional array array marks[3,5] Calculate and output the student’s total and the average mark