Finish the following 3 functions to finish the problem
(1.) void createNodeList(int n) //function to create the list
(2.) void InsertNodeatEnd(int l) //function to insert node at the end
(3.) void displayList() //function to display the list
Note!! You must follow the instruction to create the same function name