Ask Question
7 August, 17:39

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

+5
Answers (2)
  1. 7 August, 19:53
    0
    public class Hello {

    public static void main (String [] args) {

    System. out. println ("Hello, world");

    System. exit (0);

    } }
  2. 7 August, 20:32
    0
    Hello
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Write a complete program whose class name is hello and that displays hello, world on the screen. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers