private static void Main(string[] args) { //Benjamin Ngarambe //Simple C# program that calulates the area and perimeter of shapes using the object oriented programming paradigm. Decision Decision1 = new Decision(); Decision1.GetInput(); }
static void Main(string[] args) { //Dylan Veasey //11.03.2020 - 14.03.2020 //Simple C# program that calulates the area and perimeter of shapes using the object oriented programming paradigm. Decision Decision1 = new Decision(); Decision1.GetInput(); }