Computer Science, asked by mdafrozraza, 9 months ago

Write one method to display a star on the document
Class 9 It question

Answers

Answered by sohamdambalkar
0

Answer:

import java.io.*

import java.lang.*

public class Star(String args[])

{

public static void main()

   {

      System.out.println("*")

    }

}

Explanation:

Similar questions