Question: C# is the language Develop the following program using a class. (5 points) 1.) Create a class: Equity which has three properties: company name, stock

C# is the language
Develop the following program using a class. (5 points) 1.) Create a class: Equity which has three properties: company name, stock price, and outstanding shares and one method: Calculate EquityValue() which returns a decimal value of stock price * outstanding shares). (1 point) 2.) Create an UI (user interface) as shown below to display all added equities in ListView. When user click the button "Add and List Asset", a new equity is added/displayed after previously added equities in ListView. You can refer to the week-3 sample codes to store all added Equity objects in a List
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
