/* Display Hello and your name */ #include<stdio.h> void main() { printf("Hello www.java2java.com!"); }