Unit 1: Managerial Economics Basics

                                                                    UNIT 1:                                                     Managerial Economics Basics Definition of Economics:           Economics involves the choices people make when matching their limitless needs and wants with scarcity of resources. Economics is to be considered as a set of tools for analyzing people and groups of people and choices they make. Micro Economics:         Micro economics focuses on […]

Continue Reading

Unit-4 Recursion

Recursion is a process by which a function calls itself repeatedly, until some specified condition has been satisfied. In order to solve a problem recursively, two conditions must be satisfied. First, the problem  must be written in a recursive form, and second, the problem statement must include a stopping condition. Factorial Program using loop in […]

Continue Reading