Answer:
See explaination
Step-by-step explanation:
Mass heap:
A max-heap can be defined as a complete binary tree that has all the value in each internal node to be greater than or equal to the values in the children of that node. A min-heap is defined similarly.
Let us make a max heap with the given values.
Please go to attachment.