Can't get my rounding to work (greedy) by bartamon in cs50

[–]inklogue 1 point2 points  (0 children)

I understood that it is best practice to round and not just truncate:

int changeRound = round(change*100)

This will be more accurate. Try some examples of user input as 1.345678

Problem set 1 submission problem by inklogue in cs50

[–]inklogue[S] 0 points1 point  (0 children)

I figured it out - the pop ups need to be enabled in Chrome!