Untitled
unknown
plain_text
3 years ago
207 B
7
Indexable
#include <algorithm>
#include <iostream>
using namespace std;
int main()
{
float a, b, c;
cin >> a;
cout << "V farengeytah - " << a * 33.8 << "\n";
cout << "V kelvinah - " << a * 274.15;
}Editor is loading...