// Greeter1 Example // Source code file Greeter1.java // The user is prompted to input for a name. // The application then constructs a greeting using that name. name = input("Enter your name: ") print("Hello, " + name + ", how are you?)