Functions
What are functions ?
These are stepwise instructions written inside a code block as a whole, to make recurring and control flow easier because writing each step for every problem is a lengthy and time wasting process, thats where functions are used.
Last updated