0
Is there any way to Print "Hello World" without using Console.WriteLine ?
If any exist please solve with explanation
3 Réponses
0
You could use: MessageBox.Show("Hello World");
But why would you not use WriteLine?
0
The above question is asked in an interview ..
0
Everything will have an alternate answer . And it's a Console Application.. Then how can we use MessageBox.Show in Console Application??