Write an expression that computes the sum of two variables verbal_score and math_score (assume that both have already been defined).

Write an expression that computes the sum of two variables verbal_score and math_score (assume that both have already been defined).



Answer: verbal_score + math_score


Learn More :