Popular posts from this blog
ATM Problem Code: HS08TEST
ATM Problem Code: HS08TEST https://www.codechef.com/problems/HS08TEST Pooja would like to withdraw X $US from an ATM. The cash machine will only accept the transaction if X is a multiple of 5, and Pooja's account balance has enough cash to perform the withdrawal transaction (including bank charges). For each successful withdrawal, the bank charges 0.50 $US. Calculate Pooja's account balance after an attempted transaction. Solution - I could have pasted it here instead of an image. But I really do want everyone to solve and type it out themselves.

Comments
Post a Comment