This is a "one page program" designed to create a mutiplication table based in what the user inputs. There are limitations however, such as, it won't process an empty input, nor will it process inputs below -50 and beyond 50. It also won't let you put in non number values, and even if you did manage to put some in, it would just tell you your input isn't correct. it will handle e like a number, but even then it will not run if the total ends up being larger than 50 or less than -50. It also can accept decimals, however it will round them as per standard rounding rules. Here's a link to the github for this website, and this program. This is a slight re-write of the HW5 assignment to use JQuery. Not much has changed on the surface, but the error messages will show up earlier and be more timely in general. Oh, and I did a small re-work that allows for the input to be backwards. give it a try. Anyways, here is the form.