Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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

Object Databases The Essentials

Authors: Mary E. S. Loomis

1st Edition

020156341X, 978-0201563412

More Books

Students also viewed these Databases questions

Question

Find the stable matrix for the absorbing stochastic matrix? - -le

Answered: 1 week ago