Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use Visual Studio 2017 using C# and SHOW ALL CODE to complete the following: 1. In one text box, your program must except a letter

Use Visual Studio 2017 using C# and SHOW ALL CODE to complete the following:

1. In one text box, your program must except a letter (A-Za-z), a number (0-9), or a special symbol (#@!$%^&*).

2. If the user enters a letter, call a module, displayLetter. Pass the letter they entered into the module. The module will then display a figure (stick man?) using the letter the person entered.

3. If the user enters a number, call a module displayNumber. Pass the number they entered into the module. The module will then display the words "I love C#" the amount of times the user entered. You MUST use a loop to display the values.

4. If the use enters a special symbol, call a module displaySpecial. Pass the special symbol into the module. The module includes a case statement with the different symbols and a message to display if they entered that symbol. For example, if the user entered @, your module might display "Is that an eye staring at me?".

5. If the user enters 'exit', display a funny message begging them to stay and then close the program.

What to turn in:

1. Screen shots of everything working in one Word document.

2. ALL the C# code compressed into one zip file (as shown in assignment 1).

Remember:

1. Include comments (at least your name, class name, assignment)

2. Meaningful names for objects and variables.

3. Don't get too fancy unless you are sure you met the requirements. Fancy without meeting requirements does not get you extra points.

Leave any questions on the discussion board.

Get busy!

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

Making Databases Work The Pragmatic Wisdom Of Michael Stonebraker

Authors: Michael L. Brodie

1st Edition

1947487167, 978-1947487161

More Books

Students also viewed these Databases questions

Question

2. Outline the business case for a diverse workforce.

Answered: 1 week ago