Question: Complete Tasks in C sharp (C#): The program needs to contain the following a. A comment header containing your name and a brief description of

Complete Tasks in C sharp (C#):

Complete Tasks in C sharp (C#): The program needs to contain the

The program needs to contain the following a. A comment header containing your name and a brief description of the program b. Output prompting the user for the following inputs: i. Name as a string ii. Length of a rectangle as a double iii. Width of a rectangle as a double iv. Length of a square as an int c. After accepting user input, the program outputs the following: i. User name ii. Area of a rectangle with dimensions matching the inputs - Area of a rectangle = Length Width iii. Perimeter of a rectangle with dimensions matching the inputs - Perimeter of a rectangle =(2 length )+(2 Width ) iv. Area of a square with dimensions matching the inputs - Area of a square = Length Length v. Perimeter of a square with dimensions matching the inputs - Perimeter of a square =4 length vi. The sum of both the rectangle's area and the square's area - Sum = Area of rectangle + area of square

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!