Home /
Expert Answers /
Computer Science /
c-write-a-c-program-that-builds-a-linkedlist-forward-called-alpha-with-30-nodes-of-type-double-pa925
(Solved): C++ Write a C++ program that builds a LinkedList forward called alpha with 30 nodes of type double. ...
C++
Write a C++ program that builds a LinkedList forward called alpha with 30 nodes of type double. Initialize the LinkedList so that the first 15 nodes are equal to 2 times the position of the node, and the last 15 nodes are equal to 3 times the position of the nodes. Print the LinkedList. Note: 1. Declare all the variables necessary to complete the problem specification above. 2. Write your full program here. 3. Attach the input and output of a successful execution of your program below (Hint: Use the snipping tool to take screenshots):