Given a txt file named Heap.txt in which it is
stored 14 integers that have the minimum layout
heap. You should read this file and get it
save to a table of 100 (integer) elements. From
the keyboard will be asked for a value (integer) which should
is added at the end of the table (after the data read). In
then you need to call the HeapifyUp function (which will
implement) to place the new item in the new location
where the pile property will not be violated. The program as an output
will return-print the new location of the item
you entered the table and the table.do you know the code pls help me