public class Program { public static void main(String[] args) { System.out.println("Hi, This is Programmer"); } } _____________________________________________ you can also visit my youtube channel--> Write Hello World using java || Notepad || Command Prompt
#include<iostream.h> #include<conio.h> void main() { clrscr(); cout<<"Hello Future Programmers.."; getch(); } In c++, "cout" is used to display output..
Comments
Post a Comment