Question

(Code Writing 1) The Heat Index is what the temperature feels like in the context of humidity. For example, if the temperatur

In C language

0 0
Add a comment Improve this question Transcribed image text
Answer #1

//C program

//As value of c1 to c9 predefined in c(According to question) ,i am no declaring and initialize these variable

#include<stdio.h>

int main(){
   float T ;
   int R;
   float HI;
   printf("Enter tempreture T (in F) : ");
   scanf("%f",&T);
  
   for(R=10;R<=100;R+=10){
       HI = c1 +c2*T + c3*R + c4*T*R + c5*T*T + c6*R*R + c7*T*T*R + c8*T*R*R + c9*T*T*R*R;
      
       printf("%d% : %.2f\n",HI);
   }
   return 0;
}

Add a comment
Know the answer?
Add Answer to:
In C language (Code Writing 1) The Heat Index is what the temperature feels like in...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Section 6.2 The apparent temperature or he it feels despite what the thermometer says. The more m...

    Section 6.2 The apparent temperature or he it feels despite what the thermometer says. The more moisture that is in the air the hotter it will feel. The chart shows the heat index for a temperature of 90° as a function of humidity. at index is a measure of how hot 3. Humidity (%) Heat index ( FO) 91 93 95 97 100 103 105 109 45 Use regression to find a quadratic equation to model the data. Round the...

  • The following table gives the heat index (Heat Stress Index) as a function of the air...

    The following table gives the heat index (Heat Stress Index) as a function of the air temperature (Environ- mental Temperature) and the Relative Humidity. The heat index is measured in °F, the air temperature is measured in °F, and the relative humidity is measured in %. For this problem we will use the variables I (heat index), T (air temperature), and H (relative humidity). The table presents IT, H). Table 3: Apparent temperature, Heat Stress Index (HSI* Environmental Temperature °F...

  • Questions The Heat Index, I, (measured in apparent degrees F) is a function of the actual tempera...

    Questions The Heat Index, I, (measured in apparent degrees F) is a function of the actual temperature T outside (in degrees F) and the relative humidity H (measured as a percentage). A portion of the table which gives values for this function, I(T,H), is reproduced below: T↓ \ H→ 70 75 80 85 90 106 109 112 115 92 112 115 119 123 94 118 122 127 132 96 125 130 135 141 State the limit definition of the value...

  • 4. Air-Conditioning Unit [20 Marks] 1 m3/s of moist air at 32 °C with a relative...

    4. Air-Conditioning Unit [20 Marks] 1 m3/s of moist air at 32 °C with a relative humidity of 70% is to be treated by a simple air condition system to produce air at 18 °C with a relative humidity of 50% The system will have two stages. In the first stage, the air will pass over cooling coils to dehumidify it, and in the second stage it will be heated electrically to the specified outlet conditions You may ignore the...

  • H1- COOLING TOWER [10 p] 1. What is the wet bulb temperature? How can you measure...

    H1- COOLING TOWER [10 p] 1. What is the wet bulb temperature? How can you measure it? Is the wet-bulb temperature greater than dry-bulb temperature? Why? [10 p] 2. A cooling tower is to be designed to cool 8 kg/s of water from 37°C to 29 °C. Entering air is 25 °C and at 30 % relative humidity. Leaving air is 22 °C and at 90% relative humidity. a) Calculate the air flow rate, G. b) Determine the possible lowest...

  • HoMEWORK FOR INTRODUCTION TO HEAT AND TEMPERATURE 1. Approximately what is human body temperature on the...

    HoMEWORK FOR INTRODUCTION TO HEAT AND TEMPERATURE 1. Approximately what is human body temperature on the Celsius temperature scale? Which is better at transferring heat, water or air? How does this fact explain the length of time it takes the temperature probe to reach thermal equilibrium with the air or water it is in? 2. 3. What effect does the evaporation of water have on the object from which it is evaporating? When has your body experienced this effect? 4....

  • 1) In a low-temperature drying operation, air at 60°C and 10% RH is being passed over...

    1) In a low-temperature drying operation, air at 60°C and 10% RH is being passed over diced carrots at the rate of 20 kg dry air/s. The constant rate of evaporation of water from the carrots was measured as 0.16 kg moisture/s. Estimate the temperature and RH of the air leaving the dryer. (8 pts) 2) 100 kg of bulghur with an initial moisture content of 80% on wet basis and a surface area of 12 m² is dried in...

  • Please I need help in C language, I am trying to modify the code per the...

    Please I need help in C language, I am trying to modify the code per the below instructions, but I am getting errors. Can't fgure it out. The attempted code modification and data file is privided below, after the instructions. Thank you. Instructions:                  1.      First, add a function named printMsg that displays a message, a greeting, or an introduction to the program for the user. Add a statement that calls that function from the main function when your program starts....

  • The following guidelines outline the basic template for a robot vacuum cleaner game. The game must be implemented in c programming language. It mimics a robotic vacuum cleaner. The code must only use...

    The following guidelines outline the basic template for a robot vacuum cleaner game. The game must be implemented in c programming language. It mimics a robotic vacuum cleaner. The code must only use the following libraries: #include <math.h> #include <stdlib.h> #include <string.h> #include <limits.h> and any .graphics and .timers libraries. The guidelines are outlined as follows: Terminal Set-up: you may assume that the terminal will be quite large, for example, on the order of 150×50, or more. Status Display: The...

  • okay so here is my c++ code and the errors im really stuck on fixing what...

    okay so here is my c++ code and the errors im really stuck on fixing what i did wrong it seems to be the same repeated error our job is to write a menu driven program that can convert to display Morse Code ere is the menu the program should display Menu Alphabet Initials N-Numbers - Punctuations S = User Sentence Q- Quit Enter command the user chooses A your program should use a loop and your morse code printing...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT