Question: 1. Write a complete C++ program that inserts 10 random integers from 0 to 50 in order in a linked list. Create a separate function
1. Write a complete C++ program that inserts 10 random integers from 0 to 50 in order in a linked list. Create a separate function to calculate the floating point average of the elements.
2. Write a complete C++ program that uses a stack to determine whether a string is a palindrome (i.e., the string is spelled identically backward and forward). Assume your string doesnt have spaces and punctuation.
*include what each line accomplishes using comments
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
