Initialization according to swift’s documentation “is the process of preparing an instance of a class, structure or enumeration for use,” “Initializers make sure an instance of a class or struct type is correctly setup before use” If you are from any other object-oriented programming language, you may be familiar with…