Question: Purpose: Given: 01/21/21 Due: 01/29/21 Points: 10 Write a Java program Read input { See pg. 75-77 in Horstmann } - Perform a mathematical computation

Purpose: Given: 01/21/21 Due: 01/29/21 Points: 10 Write a Java program Read input { See pg. 75-77 in Horstmann } - Perform a mathematical computation Description: Windchill computation: Given: temperature t (Fahrenheit) wind speed v (miles per hour) Compute: effective temperature w (the wind chill) Formula: w = 35.74 + 0.6215 t + (0.4275 t - 35.75) ve.16 Note: To compute v0.16, do the following: - Check the Java class Math for various mathematical functions Write a program that reads in two floating-point values, t and v, and writes the wind chill. Notes: Nicely format and label your output. You are to write and submit your own program. Test your formula for the current temperature and windspeed in Antarctica, it will be pretty accurate. Read and follow the Programming Guidelines posted on otto. Programming - Programming guidelines E-mail your source code to Otto. * Read and follow the Email submission Guidelines on otto. Programming -> Otto email. Check/Read the Status message sent from Otto. Always! *** EEEEE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
