1. 学习
  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().