Write a program to print, "Welcome to the World of Computers".
77 Likes
public class KboatWelcome { public static void main(String args[]) { System.out.println("Welcome to the World of Computers"); } }
Answered By
40 Likes
What do you understand by the term Keyword?
What are variables? How are they different from Constants?
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.