Answer problem of challenge


I made the above program for challenge of Conversion(Farenheit to Celcius). I tested it in my laptop and it gave the required answer but when i submitted it showed it as wrong. Please tell the problem…

Hey @shashwat6479
Logic is correct but u are not printing output in desired form
Repalce output line by

cout<<min_input<<" "<<c<<endl;

If this resolves our query then please mark it as resolved :slight_smile:

1 Like