Saved Bookmarks
| 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[]) { { System.out.println("*") } } |
|