Question: I need help on this IT 140 challenge problem! Write a statement that assigns total_coins with the sum of nickel_count and dime_count. Sample output for
I need help on this IT 140 challenge problem!

Write a statement that assigns total_coins with the sum of nickel_count and dime_count. Sample output for 100 nickels and 200 dimes is: 300 247772.2137316.qx3zay7 1 total_coins = 0 WNI 3 nickel_count = int(input()) 4 dime_count = int(input()) Your solution goes here !" 8 print(total_coins)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
