April 15, 2017 Matthew Maennche Learn To Code, Visual Basic 40948, Visual Basic LANGUAGE: Visual Basic CHALLENGE: Given two integer variables num and highest, write a statement that gives highest the same value that num has. SOLUTION: highest = num