why my code not work?
Conversion fahrenheit to celsius
Hello @AjayRRJ,
Please, share your code.
Steps:
- Paste your code on Online Coding Blocks IDE: https://ide.codingblocks.com
- Save your code there.
- Share the URL generated.
Hey @AjayRRJ,
You are iterating the loop over wrong range.
- i should start from min instead of 0.
- i should be incremented by step.
I have modified your code:
Hope, this would help.
Give a like, if you are satisfied.
1 Like