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