#include using namespace std; int main() { char letter; // Place to store input letter int tempIn; // Temperature to be converted int tempout; // Converted temperature cout <>letter; //REPLACE CODE: use a while loop instead of an of here it should loop until the user enters a valid letter if (letter - 'C' && letter 1-'c & letter - F 1- "f") { } cout << "Wrong letter." << endl; return 1; cout <<"Type an integer number, then press return." << endl; cin >> tempIn; if (letter 'C' || letter "C") { terpOut (9 terpin/5) 32; } else { terpOut 5 (tempIn-32) / 9; } cout << "Temperature to convert: << terpin << endl; cout << "Converted temperature: terput<

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section: Chapter Questions
Problem 9PP
icon
Related questions
Question

please complete this c++ code and also please add in professional comments using the // command thank you 

5
6
7
8 int main()
9
{
10
11
12
13
18
19
20
14 cout<<"Input Menu"<<endl<<endl;
15
16
17
21
22
23
25
27
28
29
30
31
32
33
35
36
37
38
39
40
41
42
43
45
45
47
#include <iostream>
using namespace std;
48
49
31
32
char letter; // Place to store input letter.
int tempIn; // Temperature to be converted
int tempout; // Converted temperature
cout <<"F: Convert from Fahrenhett to Celsius" << endl;
cout <<"C: Convert from Celsius to Fahrenheit"
<< endl;
//ADD CODE: Begin do-while loop here
cout <<"Type a C or an F, then press return."
cin>>letter;
//REPLACE CODE: use a while loop instead of an of here
}
if (letter - 'C' && letter != 'c' && letter !- 'F' && letter != "")
{
cout << "Wrong letter." << endl;
return 1;
it should loop until the user enters a valid letter
cout<<"Type an integer number, then press return." << endl;
ctn >> tempIn;
if (letter == 'C' || letter == "C")
{
terpout (9* tempIn / 5) + 32;
}
else
{
<< endl;
terpOut 5* (tempIn 32) / 9;
}
cout << "Temperature to convert: *
cout
<<"Converted temperature:
return 0;
terpin endl;
<tempout << endl;
//ADD CODE: ask user "Do you want to convert another temperature (y/n).
//ADD CODE: end do-while loop here repeat loop if user typed a 'y"
Transcribed Image Text:5 6 7 8 int main() 9 { 10 11 12 13 18 19 20 14 cout<<"Input Menu"<<endl<<endl; 15 16 17 21 22 23 25 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 45 45 47 #include <iostream> using namespace std; 48 49 31 32 char letter; // Place to store input letter. int tempIn; // Temperature to be converted int tempout; // Converted temperature cout <<"F: Convert from Fahrenhett to Celsius" << endl; cout <<"C: Convert from Celsius to Fahrenheit" << endl; //ADD CODE: Begin do-while loop here cout <<"Type a C or an F, then press return." cin>>letter; //REPLACE CODE: use a while loop instead of an of here } if (letter - 'C' && letter != 'c' && letter !- 'F' && letter != "") { cout << "Wrong letter." << endl; return 1; it should loop until the user enters a valid letter cout<<"Type an integer number, then press return." << endl; ctn >> tempIn; if (letter == 'C' || letter == "C") { terpout (9* tempIn / 5) + 32; } else { << endl; terpOut 5* (tempIn 32) / 9; } cout << "Temperature to convert: * cout <<"Converted temperature: return 0; terpin endl; <tempout << endl; //ADD CODE: ask user "Do you want to convert another temperature (y/n). //ADD CODE: end do-while loop here repeat loop if user typed a 'y"
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Program on Numbers
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning