Simple Program To Print on the screen

1 comments - Post a comment

/* Simple Program In Java To print on the screen */
class Simple
{
public static void main(String args[])
{
System.out.println("Java Is Better Than C and C++");
}
}

/* Output *
Java Is Better Than C and C++
*/

 
This Post has 1 Comment Add your own!
Anonymous - May 6, 2012 at 4:24 PM

1 0 0 0

0 1 0 0

0 0 1 0

0 0 0 1
show mi a code of this program

Post a Comment