Write an expression that computes the sum of the two variables verbalScore and mathScore (already declared and assigned values ).

LANGUAGE: C++

CHALLENGE:

Write an expression that computes the sum of the two variables verbalScore and mathScore (already declared and assigned values ).

SOLUTION:



verbalScore + mathScore