Ask Question

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

+5
Answers (2)
  1. 16 April, 04:19
    0
    public class Hello {

    public static void main (String [] args) {

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

    System. exit (0);

    } }
  2. 16 April, 04:35
    0
    Hello
Know the Answer?
Not Sure About the Answer?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers