Some Methods might end quietly. These methods would do something in the background without returning a value from that function. These are referred to as Void Methods.

A return value is the method’s way to communicate back to the code that calls that method.