Method:A method is a block of code that performs a specific action or task. It can be called by name to execute its functionality. In our analogy, other methods in our classes could be turning on headlights or honking the horn.
Public: Public is an access modifier keyword that specifies that a particular method or variable can be accessed from anywhere in your program. It's like having an open invitation - anyone can access it.
Console: The console refers to an output window where text-based information can be displayed during program execution.