assign max sum with the greater of num a and num b, plus the greater of num y and num z. use just one statement. hint: call find max() twice in an expression. sample output with inputs: 5.0 10.0 3.0 7.0

Answer :