Question: NEED HELP USING C#!!! //Task 1 //Variable Declarations //Task 1.1. Declare and initialize user name variable //Place your code below //Task 1.2. Declare and initialize

NEED HELP USING C#!!!

//Task 1 //Variable Declarations //Task 1.1. Declare and initialize user name variable //Place your code below

//Task 1.2. Declare and initialize two number (integer) variables //Place your code below

//*************************************************************************************

//SGW Code Console.WriteLine("*** Welcome to Lab Exercise 1 ***"); Console.WriteLine();

//************************************************************************************* //Task 2 //Get User Name //Task 2.1. Prompt user for name //Place your code below

//Task 2.2. Bring the name in and write it into the variable name local variable //Place your code below.

//Task 2.3. Thank the user for entering their name //Write your code below.

//*************************************************************************************

Console.WriteLine(" ");

//************************************************************************************* //Task 3 //Get User Numbers

//Task 3.1 - Notify user of intent to get two numbers(integers) //Place your code below

//Task 3.2 - Prompt user for their first number (integer) //Place your code below

//Task 3.3. Bring the first integer in and write it into the first number variable //Place your code below

//Task 3.4 - Prompt user for their second number (integer) //Place your code below

//Task 3.3. Bring the second integer in and write it into the second number variable //Place your code below

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!