answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What maximum pool temperature is tolerable in Fahrenheit degrees?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the output voltage of a 400 watt mtal halide?

According to Sylvania, their 400w lamps reach a maximum surface temperature of around 750F. This seems to be universal of all HID lamp types.


What is the maximum hot water temperature recommended by water heater manufacturers and most State safety agencies?

120 degrees


How do you write a program in C to convert temperatures between Fahrenheit and Celsius?

Code Example:/********************************************************************************* MODULE: main.c******************************************************************************** DESCRIPTION:* Program that takes a temperature from the user on the command line, then* displays that temperature as celsius converted to Fahrenheit, and* as Fahrenheit converted to celsius.********************************************************************************/#include #define iARGS_REQUIRED 2#define iARG_EXE 0#define iARG_INPUT 1static floatfCelsiusToFahrenheit( float fCelsius );static floatfFahrenheitToCelsius( float fFahrenheit );/********************************************************************************* MAIN********************************************************************************/intmain( int iArgc, char *acpArgv[] ){ float fFahrenheit = 0.0; float fCelsius = 0.0; float fInput = 0.0; /* user didn't provide a temperature on the command line */ if(iArgc != iARGS_REQUIRED) { fprintf(stderr, "Usage: %s [temperature]\n", acpArgv[iARG_EXE]); return 0; } /* read the given temperature into the fInput variable */ sscanf(acpArgv[iARG_INPUT], "%f", &fInput); /* fInput treated as celsius and converted to Fahrenheit */ fFahrenheit = fCelsiusToFahrenheit(fInput); /* fInput treated as Fahrenheit and converted to celsius */ fCelsius = fFahrenheitToCelsius(fInput); printf( "%.2f degrees Fahrenheit is %.2f degrees celsius.\n", fInput, fCelsius ); printf( "%.2f degrees celsius is %.2f degrees Fahrenheit.\n", fInput, fFahrenheit ); return 0;}/********************************************************************************* STATIC FUNCTION: fCelsiusToFahrenheit******************************************************************************** DESCRIPTION:* Converts a celsius temperature to Fahrenheit.** PARAMETERS:* fCelsius: The temperature in celsius to convert.** RETURNS:* fCelsius converted to Fahrenheit.********************************************************************************/static floatfCelsiusToFahrenheit( float fCelsius ){ return (fCelsius * 1.8) + 32;}/********************************************************************************* STATIC FUNCTION: fFahrenheitToCelsius******************************************************************************** DESCRIPTION:* Converts a Fahrenheit temperature to celsius.** PARAMETERS:* fFahrenheit: The temperature in Fahrenheit to convert.** RETURNS:* fFahrenheit converted to celsius.********************************************************************************/static floatfFahrenheitToCelsius( float fFahrenheit ){ return (fFahrenheit - 32) / 1.8;}


Maximum working pressure sched 40 steel pipe?

A pressure rating refers to the qualified operating pressure which is recommended for a component or a system by the manufacturer. The maximum working pressure of a 12" steel having a schedule of 40 at 100 degrees Fahrenheit is 855 psig.


What is the voltage at the 90 degree point of a sine wave with a maximum voltage of 10 volts?

10 Volts. ANSWER: ASSUMING a start when the voltage is at 0 and 0 degrees at 90 degrees is at maximum at 180 degrees is again at 0 v at 270 degrees is at the maximum negative potential and at 360 degrees is again at 0 v. the voltage is irrelevant in any case but it will follow these rules

Related questions

What is the maximum temperature of an oxygen tank?

Not to exceed 125 degrees fahrenheit!!


What are the usual temperatures in January in Portugal?

The average temperature for Portugal is 52 degrees Fahrenheit [11 degrees Celsius] in January. The average maximum temperature for January is 57 degrees Fahrenheit [14 degrees Celsius]. The average minimum temperature for January is 46 degrees Fahrenheit [7 degrees Celsius].


What is Portugal's temperature?

The average temperature for Portugal ranges from 52 degrees Fahrenheit [11 degrees Celsius] in January to 73 degrees Fahrenheit [23 degrees Celsius] in August. The average maximum temperature ranges from 57 degrees Fahrenheit [14 degrees Celsius] in January to 82 degrees Fahrenheit [28 degrees Celsius] in August. The average minimum temperature ranges from 46 degrees Fahrenheit [7 degrees Celsius] in January and February to 63 degrees Fahrenheit [17 degrees Celsius] in July, August, and September.


What is the average day temperature of Jupiter in Fahrenheit?

Jupiter's average surface temperature is -244 degrees Fahrenheit or -153 degrees Celsius. The average temperature in Jupiter's clouds is about -220 degrees Fahrenheit or -140 degrees Celsius. The hydrogen in Jupiter's inner core is in a liquid form.


What is Portugal's weather like in October?

Portugal's average temperature in October is 64 degrees Fahrenheit [18 degrees Celsius]. The average minimum temperature is 57 degrees Fahrenheit [14 degrees Celsius]. The average maximum temperature is 72 degrees Fahrenheit [22 degrees Celsius].Average precipitation is 2.4 inches [62 millimeters].October has a daily average of 7.5 hours of sunlight.


What is Portugal's temperature in October?

Portugal is hot in the summer. Its highest monthly temperatures average 77 degrees Fahrenheit [25 degrees Celsius] in June. They average 81 degrees Fahrenheit [27 degrees Celsius] in July. They average 82 degrees Fahrenheit [28 degrees Celsius] in August.


What is the average temperature in Guadeloupe?

The warmest month of the year is September with an average maximum temperature of 74.90 degrees Fahrenheit, while the coldest month of the year is December with an average minimum temperature of 38.20 degrees Fahrenheit.


What is the surface temperature of omega?

The surface temperature of Omega varies slightly. On average, the maximum surface temperature is 760 degrees Celsius, which converts to 1400 degrees Fahrenheit.


What is Jupiters highest temperature?

The average surface temperature of Jupiter is around -234 degrees Fahrenheit. This means that the temperature of Jupiter is much colder than Earth because of the planet's distance from the sun.


What is the average temperature in Barcelona in April?

The average temperature for Portugal ranges from 52 degrees Fahrenheit [11 degrees Celsius] in January to 73 degrees Fahrenheit [23 degrees Celsius] in August.The average maximum temperature ranges from 57 degrees Fahrenheit [14 degrees Celsius] in January to 82 degrees Fahrenheit [28 degrees Celsius] in August.The average minimum temperature ranges from 46 degrees Fahrenheit [7 degrees Celsius] in January and February to 63 degrees Fahrenheit [17 degrees Celsius] in July, August, and September.


What is the temperature of a hot cup of coffee?

The average temperature of a cup of coffee should be served between 160 degree Fahrenheit and 185 degrees Fahrenheit. The liquids in this temperature range can cause significant scald burns.


What is the lowest daytime maximum temperature ever recorded in Sheffield UK?

The lowest daytime maximum temperature ever recorded in the city of Sheffield, United Kingdom is: -5.6 degrees celsius or 21.92 degrees fahrenheit, recorded in February 1895.