Question: In Java language For this lab, use Scanner, data types and multiple methods with parameters and returns to take in data from the user and

In Java language

In Java language For this lab, use Scanner, data types and multiple

For this lab, use Scanner, data types and multiple methods with parameters and returns to take in data from the user and print out their "new account" information, including the following features: main should collect the user's first name, last name, state and zipcode (optional to collect more user data) a email address method* should use their first initial and last name to create an email address for them (Homer Simpson would yield hsimpson@company.com) - this email should not be printed by the method, just returned a password method* should use the users last name, state and zipcode to create a password for them (Simpson in Washington 98030 would yield SimpsonWashington 98030) - this password should not be printed by the method, just returned another method (of your choice) should also be created in a similar format to the above - Security question? backup account? something else? After the methods run, a new account summary should print out all of the users data (Full Name, email, password, etc) in a readable and visually formatted way of your choosing the email method and password method should be parameter-ized, using information passed in from main

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!