1. Write a function that will ask the user to enter a value in dollars. The function should calculate and display the equivalent number of pennies, nickels, dimes, and quarters. Acceptable values are those which when multiplied by 100 will be exactly divisible by 50 (100*value must be exactly divisible by 50). Write a caller main function to call your function.
+5
Answers (1)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “1. Write a function that will ask the user to enter a value in dollars. The function should calculate and display the equivalent number of ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Home » Computers & Technology » 1. Write a function that will ask the user to enter a value in dollars. The function should calculate and display the equivalent number of pennies, nickels, dimes, and quarters.