kaustubhgupta / Hacktoberfest

This is for the information that the repository has been excluded by the Hacktoberfest team from the event. This was done to maintain the quality standards and promote good quality open source contributions.
MIT License
55 stars 277 forks source link

C++/fah_to_cel_function(CB).cpp [Required output not received] #622

Closed arpitbaheti2002 closed 2 years ago

arpitbaheti2002 commented 2 years ago

The datatype of c (Celcius) in C++/fah_to_cel_function(CB).cpp has int datatype. So the output is rounded to the lower integer which for most of the cases is giving incorrect output.

github-actions[bot] commented 2 years ago

Congrats for creating your first issue here! Wait till our mentors assign this issue to you. In the meantime have a look at contribution guidlines to avoid any PR rejection

arpitbaheti2002 commented 2 years ago

Hello, sorry for bothering you but I am a beginner and having difficulty to understand what is the Error IN Template tag is for. Can you please explain it to me?

kaustubhgupta commented 2 years ago

You can look at this issue template: https://github.com/kaustubhgupta/Hacktoberfest/issues/623

arpitbaheti2002 commented 2 years ago

You can look at this issue template: #623

That is really good insight for explaining issues. I will try editing my description of this issue. Thank you

kaustubhgupta commented 2 years ago

You can look at this issue template: #623

That is really good insight for explaining issues. I will try editing my description of this issue. Thank you

You can edit the other issue template, the python one, as I am merging the PR for this issue

arpitbaheti2002 commented 2 years ago

Thank you very much.