#include using namespace std; float program(float mamo); int main() { float kalvin; float fahrenhiet; cout<<"Please Enter your Tem in Kelvin="; cin>>kalvin; fahrenhiet=program(kalvin); cout<<"\nFahrenhiet="<