Write a program class name is hello and displays hello world on the screen.

Write a complete program whose class name is hello and that displays hello, world on the screen.

Output

Hello World

Explanation:

Class: hello

user define function: display

built-in  function: main

object: t4tutorials