Ask Question
5 May, 18:55

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

+5
Answers (1)
  1. 5 May, 20:35
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers