Computer Applications
Write a program to print, "Welcome to the World of Computers".
Java
Java Intro
73 Likes
Answer
public class KboatWelcome
{
public static void main(String args[]) {
System.out.println("Welcome to the World of Computers");
}
}
Output
Answered By
38 Likes
Related Questions
Write a program to find the sum and average of three numbers.
Write a program to interchange the value of two numbers without using the third variable.
Write a program to print your Name, Class, Roll_No, Marks and Age. Name this file, 'MyProfile'.
Write a program to print your School name four times in separate lines.