Functions - Activity 3

User Define Function

This class is Infost440

Built in Function

The initial value: i am typed out lowercase in code lines
Values in their modified form: I AM TYPED OUT LOWERCASE IN CODE LINES

Functions, especially built in functions are really meant to help organize and sort certain lines of code to be used multiple times throughout the code block, as once it is created, it can be used multiple times so long it is called correctly. It can also assist in lowering the overall amount of code used in basic tasks