63
Exercise #9: Creating a Linked List
Write pseudocode that uses
makeNode(v)
to create a linked list of three nodes with values 1, 42 and 9024.