This is supposed to be a chart that displays degrees Celsius (0-20) along with the conversion in Fahrenheit. The chart is working but I can't seem to figure out how to get the correct Fahrenheit to show up. The only thing showing up in the Fahrenheit column is zeros.(I am a beginner)
#include <iostream>
using namespace std;
#include <iomanip>
int main ()
you must put 5.0/9 either the result would be 0 * anything else = 0 , because 5 is not a double integer its a normal integer so the result isnt a double integer
but also you got the formula wrong , did some research on temperature conversion and this is the right formula for celsius to fahrenheit conversion