Home /
Expert Answers /
Computer Science /
6-complete-line-16-and-20-to-convert-celsius-degrees-to-fahrenheit-1-i-fourth-c-program-1-thi-pa407
(Solved): 6. Complete line 16 and 20 to convert Celsius degrees to Fahrenheit: 1 /I Fourth C++ program 1/ Thi ...
6. Complete line 16 and 20 to convert Celsius degrees to Fahrenheit: 1 /I Fourth C++ program 1/ This is the source code saved as a .cpp file // This program inputs a Celsius temperature and outputs \( / / \) both the Celsius temperature and its equivalent CSC 126 Week 2 Classwork 6 // Fahrenheit temperature. 7 #include 9 using namespace std; 11 int main() 1 12 float celsius; 13 float faren; 15 cin \( \gg \) celsius; 16 //compute the equivalent fahrenheit 21 l/ print out Fahrenheit value 22 \( 23, \quad \) return 0 ;