Question
Write an application that asks the user to enter his/her first name, last name, birthday, and where you born (all fields type String) and prints
Write an application that asks the user to enter his/her first name, last name, birthday, and where you born (all fields type String) and prints their information to the console. The application should use printf. Remember to use the class Scanner and the method next() or nextLine() for Stringfields. Pleas submit four files, two source codes (.java extension) and two bytecodes (.class extension). The output must be something like these: __________________________________________________________ Welcome! What is your first name? John What is your last name? Torres When is your birthday? 08/12/1980 Where did you born? Mexico Display my info: First Name: John Last Name: Torres Birthday : 08/12/1980 Born in : Mexico
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started