saba samia

saba samia

  • NA
  • 1
  • 2.7k

I need help with programming this visual basic program

Oct 16 2010 3:52 PM

This is the problem I have I acutally need to know how should i solve it what codes do i need. Please if someone can help me.
You have a lot of change in your pockets, and you want to know how much money you have in dollars and cents. Write a program that accepts the number of pennies, nickels, dimes, and quarters in your pocket. Your program should calculate and display the total value in dollars and cents.
Hint: You can write a calculation to change all of the coins in each textbox to pen nies. For example txtnickel * 5, txtdime * 10, txtquarter * 25 (don't forget the penny textbox). Total all of the pennies and divide by 100.

Answers (2)