Untitled
Anonymous
plain_text
12/22/2022 2:24 PM
276 B
11
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...