📅  最后修改于: 2022-03-11 14:52:03.905000             🧑  作者: Mango
Difference between void and return method
Void Method:
The "void" return type means that this
method doesn't have a return type.
It is mostly used for printing result
to console