MIME-Version: 1.0 Content-Location: file:///C:/2768C251/chapter3no11.htm Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="us-ascii"
11&n= bsp; Comput= ing Financial Ratios
As an intern at a financial services company, you have= been asked to develop an application that computes several fundamental financial ratios based on readily available financial data. Ratios are the result of one finan= cial value divided by another financial value. The equations for the required ratios are: Price earnings ration=3DMarket pri= ce share/Earnings per share, Dividend payment ratio =3D Dividends per share/Ea= rnings per share, and Dividend yield ratio =3D Dividends per share/Market price per share. The three inputs requi= red are Market price / per share, Earnings per share, and Dividends per share.<= span style=3D'mso-spacerun:yes'> Develop an application that accept= s the necessary inputs, and then displays the ratios. Use the / (forward slash) to indic= ate arithmetic division in the code. Include a Reset button to set the value back to 0 in the window. Use at least one TextBox and at least on NumericupDown control in the application.