Write a C# program that uses a class called Business that accepts the buying price, transport cost and selling price of an item and then computes the profit or loss made on the item. When giving the output, the program should be specific if it was a profit or loss that was made. The class should have a constructor that initializes buying price, selling price and transport cost to specified values and a default constructor that initializes these values to 0.