Skip to content

ribeiromatheus/multiplication-table-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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