Given an integer variable bridgePlayers, write an statement that increases the value of that variable by 4.

LANGUAGE: C++

CHALLENGE:

Given an integer variable bridgePlayers, write an statement that increases the value of that variable by 4.

SOLUTION:



bridgePlayers = bridgePlayers + 4;