This repository will cover list of programs that covers elementory functional programming.
Programs List:
- Calculating Length of list.
- Converts every word in the list to lower case and returns list(Only characters).
- Converts every word in the list to lower case and returns list(Aphanumeric string).
- product of all numbers in a list.
- product of all even numbers in a list.
- To calculate sum of all numbers in a list.
- To calculate sum of all odd numbers in a list.