Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Appreciating the usual cooperation, I need a Very urgent help on developing a Java application for the following project. I am looking for the design
Appreciating the usual cooperation, I need a Very urgent help on developing a Java application for the following project. I am looking for the design document (pseudo-code & test cases).
Normal Strong Subtitle 1NoSpa .g.m. Paragraph Style CMSC203 Assignment #1 aWind Chill Temperature Index Wind Chill is the term used to describe the rate of heat loss on the human body resulting from the combined effect of low temperature and wind. As winds increase, heat is carried away from the body at a faster rate, driving down both the skin temperature and eventually The first wind chill formulas and tables were developed by Paul Allman Siple and Charles F. Passel working in the Antarctic before the Second World War They were based on the cooling rate of a small plastic bottle as its contents turned to ice while suspended in the wind on the expedition hut roof, at the same level as the anemometer (pictured above). The so-called Windchill Index provided a pretty good indication of the severity of the weather In late 2001, the National Weather Service implemented a new Wind Chill Temperature (WCT) Index. The reason for the change was to improve upon the old index used by the NWS and the Meteorological Services of Canada (MSC) which was based on the 1945 Siple and Passel Index. Develop a Java application that prompts for and reads two double numeric amounts that represent the Fahrenheit temperature and the wind speed. The temperature must be between -45 and 40 inclusively. The wind speed must be between 5 and 60 inclusively. Use these two amounts in the formula below to calculate the wind chil temperature in degrees Fahrenheit. Paragraph Temperature (F) Calm 40 35 30 25 20 15 10 5 0 5 10 -15 -20 -25 -30 -35 40 45 22 28 -34 40 46 -52 -S7 63 22 -28 -35 -41 47 -53 -59 66 7:2 19-26 -32 -39 -45 -51 -58 -64 -71 -77 -48 -55-61 68 -74 -81 24 -31 37 -44 -51 -58 -64 -71 78 -84 19 -26 -33 -39 -46 -53 -60 67 -73 -80 87 21 -27 -34 -41 48 -55 -62 -69 -76 -82 89 22 29 -36 -43-50 -57 -64 -71 -78 -84 -91 23 -30 -37 -44 -51 58 -65 -72 -79 -86 -93 24 -31 -38 45 -52 -60 -67-74 -81 -88 -95 8 -25 -32 -39 -46-54 -61 -68 -75 -82 89 -97 1-19 -26 -33 -40 48 -ss -62 69 -76 -84 -91 98 36 31 25 19 13 71 5 11 -16 34 27 21 15 93 4 10 -16 32 25 19 13 6 07 -13 30 24 17 11 4 -2 9 15 29 23 16 9 3 4 11 -1 28 22 15 81-5-12 28 21 14 7 0 7 -14 27 20 13 6 1 8 15 26 19 12 5 -2 9 -16 26 19 12 43 -10 -1 25 18 11 4 -3 -11 25 17 10 3 4 -11 10 20 E 25 30 35 40 45 50 22 -29 -35 -42 60 Frostbite Times Wind Chill (F) 35.74 + 0.621 5T-35.75(ya'*) + 0.42 75TV".16) wharu, T. Air Temperature (Vawnd Speed[mph) Here is how you calculate the New Wind Chill Index Wind Chill CE-35.74+0.621ST-35.75(va+0.4275T(V0i), where V is the Wind Speed in MPH, and T is the temperature in degrees F Concepts tested by this assignment Creating a class . Variables . Strings Input/output facilities Conditional statements . Logical operators Eclipse IDE C Classes Your program must use the single class WindChill with only one static Assignment Details Use the Scanner class for input, and use System.out,print or System.out,printin for output. Please make sure that the Scanner is closed when your project terminates t use "named constants" for any literal values that will not change during program execution. You must use meaningful variable names and good indentation. Ask the user for the Fahrenheit temperature and the wind speed. . . . . IEI--= :-.o-. 1 Normal Strong Subtitle 1 No Spac .. Paragraph Remind the user that temperature values should be greater than or equal to 45 less than or equal to 40, and the wind speeds should be greater than or equal to 5, but less than or equal to 60, but don't validate these values in your code. Styles . Display a header for your application. Display the wind chill temperature that results. . Display your name as programmer at the end. . Just in case you know what an array is -- you may not use arrays (or any Java collections of any kind) while implementing this projsct pplication with the command line Examples - Public tests Example 1 Wind Chill Calculator Please enter the temperature in Fahrenheit (must be45 and 40): 30 Please enter the wind speed (must be 5 and =-45 and 40):-9.3 Please enter the wind speed (must be > 5 and Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started