Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Simple Java Program
- class Ex1 //Ex1 is Java Program Name
- {
- static public void main(String get[])
- {
- System.out.println("---------------------");
- System.out.println(" Name : "+get[0]);
- System.out.println(" Age : "+get[1]);
- System.out.println(" Education : "+get[2]);
- System.out.println("---------------------");
- }
- }
Add Comment
Please, Sign In to add comment