Answered You can hire a professional tutor to get the answer.
// Pseudocode PLD Chapter 9 #3 pg. 421 // Start // Declarations // num amount // num newAmount // num interestRate // output Please enter the...
The algorithm/Pseudocode is in the attached. Embed the algorithm in the Dev C++ source code file as comments.
Create the logic for a program that continuously prompts the user for a number of dollars until the user enters 0. Pass each entered amount to a conversion method that displays breakdown of the passed amount into the fewest bills; in other words, the method calculates the number of 20s, 10s, 5s, and 1s needed.