cor
Write a program to print, “Welcome to the World of Computers”.
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.
VAL​

Respuesta :

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.