Given two integer variables num and highest, write a statement that gives highest the same value that num has.
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
Posted in Learn To Code, Visual Basic