Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 315 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 315 Bytes

moving-average-filter

Program designed to model a moving average filter. The program currenlty takes multiple postive number inputs from the user and averages the last 3 inputs. Run the program on your compiler and then keep inputting numbers to see the moving average. At the end, input -1 to exit the program.