Using notepad write a program using pseudocode to solve


Using Notepad++ , write a program using Pseudocode to solve the following problem. Use the modular approach to solving the problem.

Determine the median selling price of all homes in a subdivision named Botany Bay sold during one year. Allow the user to enter the number of houses sold and store their selling prices in an array. The median of a list of N numbers is as follows:

a. The middle number of the sorted list, if N is odd

b. The average of the two middle numbers in the sorted list, if N is even

(Hint: after inputting the prices into an array, sort that array.)

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Using notepad write a program using pseudocode to solve
Reference No:- TGS01733156

Now Priced at $10 (50% Discount)

Recommended (94%)

Rated (4.6/5)