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