A Sub procedure or function is handy for any block of code that performs a common,
A Sub procedure or function is handy for any block of code that performs a common, frequently repeated operation
in a program. What are some examples of such frequently performed operations that should be implemented as Sub procedures or functions?