April 15, 2017 Matthew Maennche Learn To Code, Visual Basic 40340, Visual Basic LANGUAGE: Visual Basic CHALLENGE: Given two integer variables matricAge and gradAge, write a statement that gives gradAge a value that is 4 more than the value of matricAge. SOLUTION: gradAge = matricAge + 4