Ask Question

Write a complete main method that prints hello, world to the screen.

+2
Answers (1)
  1. 16 November, 19:30
    0
    You should state the language you're using in these types of questions; here's an example in C++.

    int main ()

    {

    std::cout << "Hello World!" << std::endl;

    }
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a complete main method that prints hello, world to 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