Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

just using c# only 3 Methods will be created One that asks for and returns the first name of the current user being created (should

just using c# only

3 Methods will be created

One that asks for and returns the first name of the current user being created (should take 0 arguments)

One that asks for and returns the last name of the current user being created (should take 0 arguments)

One that takes the current first and last name, and combines them into a logon name (should take 2 string arguments)

Heres the steps:

Call a method that will ask for the new users first name. Have it return that name as a string

Call a method that will ask for the new users last name. Have it return that name as a string

Call a method that will combine the first and last name into a username. The first and last name are this methods arguments. Return the string result.

For example, Sue + Baker will return SueBaker.

Output the result in a statement that uses the first name, last name, and user name.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Databases And Information Systems 22nd European Conference Adbis 2018 Budapest Hungary September 2 5 2018 Proceedings Lncs 11019

Authors: Andras Benczur ,Bernhard Thalheim ,Tomas Horvath

1st Edition

3319983970, 978-3319983974

More Books

Students also viewed these Databases questions

Question

Design a training session to maximize learning. page 296

Answered: 1 week ago

Question

Have ground rules been established for the team?

Answered: 1 week ago

Question

a. How are members selected to join the team?

Answered: 1 week ago

Question

b. Will new members be welcomed?

Answered: 1 week ago