If I want to use the return value of Method A as a parameter for Method B in java, how exactly would I go about doing that? for example, Method A returns whether today was sunny or cloudy, and Method B finds the percent of days in the month that are sunny.If I want to use the return value of Method A a