Prepare a console-based application and GUI application.
Question: a. Create a console-based application named Multiplication whose main() method asks the user to input and then calls a method named MultiplicationTable(), which displays the results of multiplying the integers by each of the number 2 through 10
b. Create a GUI application named MultiplicationGUI that calls the MultiplicationTable() method described in Exercise a after the user enters an integer into a TextBox and clicks a button
I cannot seem to get this to work for some reason could somebody provide me a code to compare and test?