1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Rudiy27
2 years ago
15

Task Three :Write a C++ program to read temperature

Engineering
1 answer:
leva [86]2 years ago
3 0

Answer:

Write a program in C++ to convert temperature in Fahrenheit to Celsius.

Sample Solution:

C++ Code :

#include <iostream>

using namespace std;

int main()

{

   float frh, cel;

cout << "\n\n Convert temperature in Fahrenheit to Celsius :\n";

cout << "---------------------------------------------------\n";

   cout << " Input the temperature in Fahrenheit : ";

   cin >> frh;

   cel = ((frh * 5.0)-(5.0 * 32))/9;

   cout << " The temperature in Fahrenheit : " << frh << endl;

   cout << " The temperature in Celsius : " << cel << endl;

cout << endl;

   return 0;

Explanation:

You might be interested in
A BS of 5.43 ft is taken on a level rod at a 120-ft distance, and a FS of 8.76 ft is taken on the rod held 1,100 feet away.(a) W
jok3333 [9.3K]

Answer:

The answer is attached below

Explanation:

3 0
3 years ago
2. Why are some constraints automatically applied by the software, but you must manually apply others?
hoa [83]

Answer:

It is because constraints applied automatic by the software (CAD) are supposed to control relationships and geometry between lines, arcs and circles while those manually added are supposed to control the geometry to behave in the manner the user likes the sketch to appear when drawing.

Explanation:

CAD software enables creating sketches using the program by automatic allowing geometric constraints to perform the tasks.Geometry in lines, circles, and other geometric features show collaborating relation that facilitate sketching in the program.For example, two end points appear to make lines remain perpendicular.Other geometric constraints are parallel, and equal.However, the user can manually apply geometric constraints to a sketch to force the geometry in a manner that is suitable to the sketch drawn.That is why a user must manually apply others.

7 0
3 years ago
Ma poate ajuta cineva?
kari74 [83]
Da, sigur. cu ce ai nevoie de ajutor?
5 0
2 years ago
Indicate the correct statement about the effect of Reynolds number on the character of the flow over an object.
sergeinik [125]

Answer:

If Reynolds number increases the extent of the region around the object that is affected by viscosity decreases.

Explanation:

Reynolds number is an important dimensionless parameter in fluid mechanics.

It is calculated as;

R_e__N} = \frac{\rho vd}{\mu}

where;

ρ is density

v is velocity

d is diameter

μ is viscosity

All these parameters are important in calculating Reynolds number and understanding of fluid flow over an object.

In aerodynamics, the higher the Reynolds number, the lesser the viscosity plays a role in the flow around the airfoil. As Reynolds number increases, the boundary layer gets thinner, which results in a lower drag. Or simply put, if Reynolds number increases the extent of the region around the object that is affected by viscosity decreases.

5 0
2 years ago
Antilaser eyewear should be worn when a laser​ level's output is greater than​ ____
creativ13 [48]

Answer: 5mW

Explanation:

8 0
2 years ago
Other questions:
  • The _____ is a voice for small business.
    7·1 answer
  • In this assignment, you will write a user interface for your calculator using JavaFX. Your graphical user interface (GUI) should
    11·1 answer
  • The amount of time an activity can be delayed and yet not delay the project is termed:_________
    14·1 answer
  • What do you need for an object to fly?
    10·1 answer
  • Complete the following sentence. The skills and content of several subject areas were combined to form a new field known as a me
    12·2 answers
  • Air at 27°C, 1 atm flows parallel to a flat plate, which is electronically heated. The plate is 0.5 m long in the direction of f
    8·1 answer
  • What drives up the cost of consumables?
    6·1 answer
  • How do the remains of plants and animals become fossil fuels. Why are they considered nonrenewable resources?
    13·1 answer
  • Please help, Artificial Intelligence class test
    12·1 answer
  • A furnace uses preheated air to improve its fuel efficiency. Determine the adiabatic flame temperature when the furnance is oper
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!