How to use single and multiple line comments in BASH

The reader can easily understand each step of the script if the author properly comments on it. Comments are ignored when the script executes. The single line can be commented on very easily in the bash script. But there are multiple ways to comment on multiple lines in the bash script. How to use single and multiple line comments in BASH is explained in this article.