isefire

UseThree.java

Jun 11th, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. public class UseThree
  2. {
  3.     public static void main(String[] args)
  4.     {
  5.         System.out.print("Hi, ");
  6.         System.out.print(args[2]+", "+args[1]+", and "+args[0]);
  7.         System.out.println(". How are you three?");
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment