#include <iostream>
using namespace std;
int main()
{
float celcius, fahrenheit;
cout << "Temperature In Celcius : ";
cin >> celcius;
fahrenheit = ((9 / 5)*celcius) + 32;
cout << "Temperature In Fahrenheit : " << fahrenheit << " F" << endl;
return 1...
Enter Slide 1 Title Here
This is slide 1 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by NewBloggerThemes.com...