Lucialari11941 Lucialari11941 26-01-2024 Computers and Technology contestada Predict the Output For each of the following program fragments, predict what the output will be. 14. ListNode *p = new ListNode(56.4); p = new ListNode(34.2, p); cout << (*p).value <value;