Computer Science Homework Help
Hudson County Community College Python Rainfall Statistics Program Project
Help me study for my Algorithms & Data Structures class. I’m stuck and don’t understand.
Write following program in linked list
Write a program that lets the user enter the total rainfall for each of 12 months. The program should calculate and display the total rainfall for the year, the average monthly rainfall, and the months with the highest and lowest amounts. Please create a class of linked lists, including struct, constructor, and destructor.
Input Validation: Do not accept negative numbers for monthly rainfall figures.