(a). Write a program that reads a list of integers from thekeyboard, creates a l
ID: 3611584 • Letter: #
Question
(a). Write a program that reads a list of integers from thekeyboard, creates a linked list from them, and prints theresult. Insert each integer into thetail.
The list of the data is thefollowing: 12, 23, –56, 69, 71, 15, –36,-99
(b). Write a function that accepts the linked list of the(a), and returns the data in the node with the minimum keyvalue.