write a Java program to print, "Welcome to the World of Computers".
Answers
Answered by
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
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
Math,
5 months ago
English,
5 months ago
Accountancy,
11 months ago
Biology,
11 months ago
Computer Science,
1 year ago
Math,
1 year ago