A void method does not return any value. Frame the concept in practical terms so you can explain it during interview discussion.
Methods with a `void` return type perform actions but don't return data. `printReceipt()` could output a receipt to the console without returning a value.