April 23, 2017 Matthew Maennche Learn To Code, Visual Basic 40305, Visual Basic 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)