Hello,
Please i need help in writing code for multiplications of any number by 2 to 8.. I am using Eclipse.
So that when ever you typed a number and hit enter, it will multiply from 2 to 8.
Example: When you type 14 and hit enter after saving and run the code, you get this.
14 x 2 = 28
14 x 3 = 42
14 x 4 = 56
14 x 5 = 70
14 x 6 = 84
14 x 7 = 98
14 x 8 = 112
Thanks for your help

