Assuming you have a double variable named windSpeed whose va…
Assuming you have a double variable named windSpeed whose value you have gotten from the user. You are passing that value to a method called windChecker which does not return anything. Write the code that will do the following: 1) Define the method named windChecker, which receives the value of windSpeed as a parameter. 2) Within the method, define a String variable named status. 3) Within the method, write code for the logic of the flowchart below. 4) After the flowchart code write the code that prints the status variable to the console.