Start main initialize const int MINF to be -80 initialize const int MAXF to be 121 initialize const int MINC to be -62 initialize const int MAXC to be 49.5 initialize a float c to 0 initialize a float f to 0 initialize a float w initialize a string temp initialize a boolean range to be false initialize a boolean tilSpeed to bbe false initialize a boolean i isF to be false prompt the user to enter either F or C for temperature units while the boolean range is false if the string temp is equal to C range is equal to true ask the user to enter a temperature between -62 and 49.5 if the input less than MINC or greater than MAXC set range to false else print out a statment allowing the user to see the temperature in celsius and the conversion to fahrenheit set tilSpeed to true else if temp is equal F ask the user to enter a vlue between -80 and 121 if the input is less than