Methods are a certain block of code that is executed when the method is called(it is called like this “methodName(needed parameters)” )
Method parameters are optional, some methods don`t have them at all and some have quite a few of them. They are needed information that is being passed to method via method call.
Method name must be prefixed by a return type.
