In: Computer Science
how can i convert this to work in visual basic ? what
are the formulas for that?
You must create a Windows Forms application as the
Conversion project including a picture of money on your form.
Create a textbox for the user to entry a dollar amount. Determine
the number of quarters, dimes, nickels, and pennies using label
controls to display the results. In your calculation, you
should use constant variables.
ex)
Enter dollar amount for conversion of 4.69
Number of quarters = 18
Number of dimes = 1
Number of nickels = 1
Number of pennies = 4
Note: Dropbox link has been attached as in the question the requirement is of the complete Windows forms project and not just the code.
Please find the dropbox link for the windows forms application as below:
https://www.dropbox.com/s/gyd8br2o1gdtns9/Conversion.zip?dl=0
Output
Below is the code that executes on click of the Submit button: