Write a statement that prints the following to standard output: “i=”. Just write one statement that generates the message above: do not generate any extraneous spaces. Do not declare variables, do not write a main() function, do not write a whole program.
LANGUAGE: Visual Basic
CHALLENGE:
Write a statement that prints the following to standard output: “i=”. Just write one statement that generates the message above: do not generate any extraneous spaces. Do not declare variables, do not write a main() function, do not write a whole program.
SOLUTION:
MessageBox.Show("i=")
Posted in Learn To Code, Visual Basic