Question: In C# Program description: This program takes input of a first name and a last name, then concatenates the strings for output a single string

In C#

Program description: This program takes input of a first name and a last name, then concatenates the strings for output a single string to output with names beginning with uppercase letters.

Your program should include the following:

  • 4 Labels
    • label 1: Enter your last name:
    • label 2: Enter your first name:
    • label 3: This is your full name:
    • label 4: *does not start with any text , added after button click with output*
  • 2 Buttons
    • Exit (with access key for alt+x)
    • Show Name (with access key for alt+n)
  • Show Name click will take the string and make only the first letter of each string uppercase, the rest lowercase, then concatenate the strings before input.
  • Title: String Variable Demo
  • 2 ____ (a control for user input)
  • Accept and Cancel buttons set

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!