/** * Created by iyasuwatts on 10/17/17. */ public class Main { public static void main(String[] args){ Name name = new Name(); name.enterName(); } }