Problem
Write a Java program to implement a heap. Perform the following heap operations
Insert elements 7, 23, 8, 14, 65, 190, 44, 16, 10, 5
a) Display the contents of the heap.
b) Remove 2 elements from the heap.
c) Display the contents of the heap.