< Java Tutorial

public class P1 {

public static void main (String[] args ) { //main method

System.out.println("Hii! ") ; //print Hii to the output straem

} //end of main()

} // end of class P1

This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.