Question: C++ please. ad Exercise 8: Suppose a program contains the following variable declarations and assignments: int test1Score = 90; int test2Score = 80; int sumof
ad Exercise 8: Suppose a program contains the following variable declarations and assignments: int test1Score = 90; int test2Score = 80; int sumof Scores = testiScore + test2Score; Write output statements that would produce the output below (notice that the values stored in the variables have been output): Test Score 1 = 90 Test Score 2 = 80 The sum of the scores = 170 Place your statement(s) on the answer sheet
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
