Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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

Relational Database And Transact SQL

Authors: Lucy Scott

1st Edition

1974679985, 978-1974679980

More Books

Students also viewed these Databases questions