Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 728 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 728 Bytes

Mulitplication Table Generator

It's a simple mulitplication table generator.

image

First text field

You must type a number you would like to generate the number times table. e.g: 9. It will generate the 9 times table. e.g: 9x0 = 0, 9x1 = 1 ...

Second text field

You must type a number you would like to set a range to the times table. e.g: 10. It will set a range to the 9 times table until 10. e.g: 9x0 = 0, 9x1 = 9 ... 9x10 = 90

Here's the program running using the examples above

image