Computer Applications
Write a program to print, "Welcome to the World of Computers".
Java
Java Intro
77 Likes
Answer
public class KboatWelcome
{
public static void main(String args[]) {
System.out.println("Welcome to the World of Computers");
}
}
Output

Answered By
40 Likes