MIME-Version: 1.0 Content-Location: file:///C:/D13B4611/chapter3no1.htm Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="us-ascii"
1 Designing a=
Visual
Basic.NET Application
At Pacific Reality, real estate agents receive a commi= ssion rate that ranges from 1% (.01) to 7% (.07) on home sales in increments of .= 1% (.001), depending on the home sale price.&= nbsp; Design an application that accepts the home sale price and a commiss= ion rate as inputs. The applicati= on should calculate and display the resulting commission and allow the user to reset the input and output values.
The formula for calculating the commission is:
Commission =3D SalesPrice = x CommissionRate
Perform the following tasks to design two solutions to= the problem.