Question: # - actual calculations of output # THE ALGORITHM: # 1 st ) divide change _ in _ pennies by 2 0 0 0 :
# actual calculations of output
# THE ALGORITHM:
# st divide changeinpennies by : quotient is num of s
# rmainder is leftover still to be worked on
# nd divide leftover amount by : quotient is num of s
# remainder is leftover still to be worked on
# etc.
# You are to complete the calculation section of code below
# ONLY modulus and integer division may be used to solve this problem
# This take many coding statements using temp variable
# DO NOT shove all calculations together
UNCOMMENT AND ENTER CODE BELOW
twenties changeinpennies
leftover changeinpennies
tens leftover
leftover leftover
print
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
