Problem
Trying to learn method in C#. Create program named YardCost with Main ( ) method tells the user to enter the length of the yard and the width. Creating a new Method that accepts the value and calculates the cost of the yard, priced at .55 cents per square inch. Must return price to Main and display.