$0.10
Per minuteHere's a simple program to calculate the median of the given array: 1. Create an array to store the numbers. 2. Sort the numbers in the array. 3. Determine the middle number in the sorted array - this is the median. In pseudocode, the program might look something like this: - Let the array be A, with size N. - Sort the array A. - Let M be the middle number in the sorted array. - Return M as the me