1.

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

Answer»

Answer:

IMPORT java.io.*

import java.lang.*

public class Star(String args[])

{

public static VOID MAIN()

   {

      System.out.println("*")

    }

}

EXPLANATION:



Discussion

No Comment Found