The following algorithm segment makes change; given an amount of money A between 1c/ and

Chapter 4, Problem 8

(choose chapter or problem)

The following algorithm segment makes change; given an amount of money A between 1c/ and 99c/, it determines a breakdown of A into quarters (q), dimes (d), nickels (n), and pennies (p). q : = A div 25 A : = A mod 25 d : = A div 10 A : = A mod 10 n : = A div 5 p : = A mod 5 a. Trace this algorithm segment for A = 69. b. Trace this algorithm segment for A = 87.

Unfortunately, we don't have that question answered yet. But you can get it answered in just 5 hours by Logging in or Becoming a subscriber.

Becoming a subscriber
Or look for another answer

×

Login

Login or Sign up for access to all of our study tools and educational content!

Forgot password?
Register Now

×

Register

Sign up for access to all content on our site!

Or login if you already have an account

×

Reset password

If you have an active account we’ll send you an e-mail for password recovery

Or login if you have your password back