/* 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++
*/
Labels: Core Java
Subscribe to:
Post Comments (Atom)
1 0 0 0
0 1 0 0
0 0 1 0
0 0 0 1
show mi a code of this program