How would one write a C# program to compute the perimeter of a rectangle of width w and heighth.
So far this is all I have
using
System;
using
System.Collections.Generic;
using
System.Linq;
using
System.Text;
namespace
ConsoleApplication1
{
classProgram
{
staticvoidMain(string[] args)
{
intheight = 1;
intwidth = 2;