April 15, 2017 Matthew Maennche Learn To Code, Visual Basic 40501, Visual Basic 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