You are on page 1of 1

/** * Java Program: HelloStudent3.

java * @author Student * @version */ public class HelloStudent3 { public static void Main(String[] args) { String firstName = args[0] String lastName = args[1]; int postalcode = 45356; String FavoriteColor = "Blue"; System.out.println("Hello " + firstName+" "+ lastName); System.out.println("Your postal code is : " + postlcode); System.out.println("Your favorite color is " + Favoritecolor): } }

You might also like