/***************************************************************************** * Determines if you have steam, water, ice, or AZ. * * Written: November 26, 2001 * * By: Ronald Roberts * *****************************************************************************/ //Ronald Roberts //26NOV01 #include #include #include double temp; int main() { for(;;) { cout<<"Enter the temperature in degrees C (Use less than -373 to exit): "; cin>>temp; if (temp>=100) {cout<<"You have steam."<0) {cout<<"You have water."<=-372) {cout<<"You have ice."<