Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class UseThree
- {
- public static void main(String[] args)
- {
- System.out.print("Hi, ");
- System.out.print(args[2]+", "+args[1]+", and "+args[0]);
- System.out.println(". How are you three?");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment