// Name: Asahel Lopez // // Class: CST 116 // // Date: 1/28/24 // // Assignment: Homework 2 // #include using namespace std; int main() { double celsius, fahrenheit; float CtoF(int cel); float FtoC(int fah); std::cout << " Enter the temperature in Celsius: "; std::cin >> celsius; fahrenheit = (9.0 / 5.0) * celsius + 32; std::cout << "Temperature in Fahrenheit: " << fahrenheit << endl; #ifdef VERBOSE std::cout << " 30C to F"; std::cin >> Fahrenheit; fahrenheit = (9.0 / 5.0) * celsius + 32; std::cout << " F = 86 " << fahrenheit << endl; #endif return 0; }