Where is my code going wrong, please help. I am stuck in this one. Here is my link :
https://online.codingblocks.com/app/player/49577/content/25613/4750?tab=submissions
Help Ramu challenge
@biradaraishwarya9,
You are not sharing your code. This is the link to the question.
Use https://ide.codingblocks.com/ to share your code. Select language. Copy code. Click on save. Share link.
Can you please check now?Thanks
@biradaraishwarya9,
https://ide.codingblocks.com/s/169247 here is the corrected code.
Error was:
Instead of this costr = Math.min(costr, c3);
You were doing this costr += Math.min(costr, c3);
1 Like