Conversion fahrenheit to celsius

why my code not work?

Hello @AjayRRJ,

Please, share your code.

Steps:

  1. Paste your code on Online Coding Blocks IDE: https://ide.codingblocks.com
  2. Save your code there.
  3. Share the URL generated.

Hey @AjayRRJ,

You are iterating the loop over wrong range.

  1. i should start from min instead of 0.
  2. i should be incremented by step.

I have modified your code:

Hope, this would help.
Give a like, if you are satisfied.

1 Like