Given an integer variable count, write a statement that writes the value of count to standard output.
LANGUAGE: Visual Basic
CHALLENGE:
Given an integer variable count, write a statement that writes the value of count to standard output.
SOLUTION:
MessageBox.Show(count)