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

LANGUAGE: JAVA

CHALLENGE:

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

SOLUTION:


bridgePlayers = bridgePlayers + 4;