👤

How to input Hello World Welcome to my program using C program?​

Sagot :

Answer:

Steps to Compile and Run first Java program

Declare a class with name A.

Declare the main method public static void main(String args[]){

Now Type the System. out. println("Hello World"); which displays the text Hello World.