Trenton Stark CST 116 Lab2 Psuedo code: print "Welcome to Cold Calculator v1.0" ask user if they would like to input in celcius or fahrenheit if the user inputs f: input temperature into fTemp set cTemp to conversion into celcius if the user inputs c: input temperature into cTemp set fTemp to conversion into fahrenheit ask user for windspeed in mph and input into windS set windC to the windchill with fTemp and windS output cTemp, fTemp, windS, and windC in a table with header