Hello, I have a program that converts degrees Celsius to degrees Fahrenheit and I have to put a query into it at the end after the calculations. When I press the T key, it is to repeat the calculations, and if the N key is to close the program.
I put a program and ask for help
[code:1:6854be4f2d]
#include
#include
#include
#include
using namespace std;
int main()
{
float c;
float f;
cout > c;
cout
I put a program and ask for help
[code:1:6854be4f2d]
#include
#include
#include
#include
using namespace std;
int main()
{
float c;
float f;
cout > c;
cout