Fire Tube Boiler

Functions enable modular decomposition of large programs. They allow reuse and improve readability and maintainability of programs. When constructed properly, functions also enable reasoning about their properties. A function typically receives arguments and returns a value. This experiment shows function definition and invocation within a program.

Objectives of this experiments are :
1. To understand that a big program can be broken up into independent modules.
2. To learn to define functions and call them with appropriate parameters.

Prerequisite :