Translate it to formula Cricket Temperature The common field
     Translate it to formula  Cricket Temperature: The common field cricket chirps in direct proportion to the current temperature. Adding 40 to the number of times a cricket chirps in a minute, then multiplying the sum by 0.25, gives us the temperature in Fahrenheit. Define the method currentTemp, which consumes the number of cricket chirps heard in 15 seconds) and returns the current temperature 
  
  Solution
Let common field chirps be x
Temp be T
(x+10)0.25 = T

