Id be glad if someone can explain whats wrong with my code below to achieve the goal of this exercise:
Write a times table programme. The programme should ask a user to input a number. This number is then used as the times table. So if the user enters 10, the 10 times table should be displayed. Your Output window should look something like this, when your programme is run.
output_times_table.gif
my noob code ;