pad pad

pad pad

  • NA
  • 20
  • 16.8k

Multiplication

Oct 9 2014 2:24 AM
a. create a console base application named Multiplication whose Main() method asks the user to input an inter and then calls a method named multiplicationTable() which displays the results of multiplying the integer by each of the numbers 2 through 10

b. Create GUI application named MultiplicationGUI that calls the MultiplicationTable() method described in (a) after the user enters an integer into a TextBox and Clicks a Button.

Please help me in writing this two codes (a) console application (b) in window form application. I am not able execute.




Answers (12)