Computer Science, asked by vijay489586, 2 months ago

write a Java program to display the following 1.**************​

Answers

Answered by Anonymous
9

Answer:

class abc

{

public static void main(String args[])

{

System.out.println("**************");

}

}

Similar questions