Given an integer variable bridgePlayers, write a statement that increases the value of that variable by 4.
LANGUAGE: Visual Basic
CHALLENGE:
Given an integer variable bridgePlayers, write a statement that increases the value of that variable by 4.
SOLUTION:
bridgePlayers += 4