Answer:
The expression of the given question is given below
max2(max2(population1, population2), max2(population3, population4)) // it find the largest of variable by calling method max2.
Explanation:
Following are the description of Expression.
function_name(parameter list );