Programming paradigms

Background: Let’s go through an example to understand some basics before we go to programming paradigms: Problem statement: We need to store all the even numbers occurring in an array Solution 1 Solution2 : Reflection on the solutions In solution 1, the programmer specified the exact steps to be taken to achieve the desired outcome … Continue reading Programming paradigms