Computer Applications
Write a program to print, "Welcome to the World of Computers".
Java
Java Intro
76 Likes
Answer
public class KboatWelcome
{
public static void main(String args[]) {
System.out.println("Welcome to the World of Computers");
}
}
Output
![BlueJ output of Write a program to print, "Welcome to the World of Computers". BlueJ output of Write a program to print, "Welcome to the World of Computers".](https://cdn1.knowledgeboat.com/img/lgx8/c5-java-p1.jpg)
Answered By
39 Likes