#include using namespace std; void temperature(int t) { try{ if(t==100) throw "It's at the boiling point."; else if(t==0) throw "It reached the freezing point"; else cout<<"the temperature is OK..."<