Computer Science, asked by shatakshichauhan26, 11 months ago

write a Java program to print, "Welcome to the World of Computers".​

Answers

Answered by beingSaRcAsTiC
5

Answer:

public class Print

{

public static void main(String args[ ])

{

System.out.println("WELCOME TO THE WORLD OF COMPUTERS")

}}

HOPE IT HELP$...!!!

Answered by SwagatalaxmiGoswami
7

Answer:

Import Java.io.*;

Class Java

{

Public static void main (String args[])

{

System.out.println("Welcome to the world of computers!");

}

}

Hey made hope my answer helped you please mark me brainliest.

Similar questions