WAP in BlueJ to print ,Welcome to the world of computer
Answers
Answered by
1
Answer:
public class Wap
{
public static void main(String[] args)
{
System. out.println("Welcome to the world of computer") ;
}
}
Similar questions