Answer:
#include <iostream>
using namespace std;
int main()
{
float celsius;
cout<<"Enter the temperature in Celsius: ";
cin>>celsius;
float Fahrenheit = 1.8 * celsius + 32;
cout<<"The temperature in Fahrenheit is: "<<Fahrenheit<<endl;
}
Explanation:
first include the library iostream in the c++ programming.
Then, create the main function and declare the variable celsius.
cout is used to print the message on the screen.
cin is used to store the user enter value in the variable.
then, apply the formula for calculating the temperature in Fahrenheit
and store the result in the variable.
Finally, print the result.
Answer:
The answer is "Text editor".
Explanation:
It is a computer program, which is used to provide editing on the plain text, and for this editing, we use a text editor. This tool differs from word processors software because it doesn't add additional text editing metals. In this tool, we also write the HTML code, and the incorrect choice can be defined as follows:
- HyperText is a wrong choice because in these two or more pages are linked and it is used to move from one page to another.
- The Web browser is also a wrong choice because it is used to display the design of the web page.
- Operating software is also a wrong choice because it system software in which all things are done.
A. You want to analyze data from a table within a report, with functions and chats.
Answer:
text data bss dec hex filename
1857 608 8 2473 9a9 memory-layout
Output of the above Code-
len 3
2
4
200
Explanation: