Given two integer variables oldRecord and newRecord, write a statement that gives newRecord the same value that oldRecord has.

LANGUAGE: Visual Basic

CHALLENGE:

Given two integer variables oldRecord and newRecord, write a statement that gives newRecord the same value that oldRecord has.

SOLUTION:

newRecord = oldRecord