1. Learn
  2. /
  3. कोर्स
  4. /
  5. Intermediate Java

Connected

अभ्यास

Greetings

Every time the program reaches its main() part, you want it to greet the user by wishing them a good day.

निर्देश

100 XP
  • Insert the static keyword before the custom method.
  • Call the custom method genericGreeter() inside main().