Computer Science, asked by VIVAANSINGHBISHT, 4 months ago

WAP in BlueJ to print ,Welcome to the world of computer​

Answers

Answered by jeromeseejo73
1

Answer:

public class Wap

{

public static void main(String[] args)

{

System. out.println("Welcome to the world of computer") ;

}

}

Similar questions