Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need this in C# only Assignment1C: Creating NetIDs! As a KSU student, you should have your own NetID - the username you use to

I need this in C# only
image text in transcribed
Assignment1C: Creating NetIDs! As a KSU student, you should have your own NetID - the username you use to log into your email, D2L, and the lab computers among other KSU systems. While your real NetID is assigned to you by the school, in this program you will have the ability to generate and output your own custom NetID (for fun only, of course)! The rules for a KSU NetID are as follows: First letter of your first name Your full last name A positive whole number, such as 12 The largest possible whole number value for this program is 9999. As an example, a student named Scrappy Owl might have the NetID sowl1234. Your task for this assignment is to prompt the user to enter the three pieces of required information. You must then store those values in the most efficient variable data type possible. You will not receive full points if you use a variable type that is larger than necessary - consult the slides on data types to determine the best one for each value. Hint: Each of the three user-inputted variables should have a different data type. Once the data has been entered and stored, you should concatenate the three values and print the results to the user

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

Introduction To Data Mining

Authors: Pang Ning Tan, Michael Steinbach, Vipin Kumar

1st Edition

321321367, 978-0321321367

More Books

Students also viewed these Databases questions

Question

4. Is 5 a member of [41] 7 * 7 [6] 7 ?

Answered: 1 week ago

Question

=+2. How are you finding ways to keep up with your mental hygiene?

Answered: 1 week ago

Question

=+. What steps from RMF resonate most with you?

Answered: 1 week ago

Question

=+2. Is therapy a tool you might consider using? Why or why not?

Answered: 1 week ago