Multiplication Table Generator v1.0

1
2
/*
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Just a multiplication table generator that greets the user with a welcome message and gives a sample output. It then asks the user for the number whose multiplication table is required and range of the table. It prompts the user after printing output whether the user wants to quit or start over.

I thought if forward declarations and a modular main() function were used, it looked more nicer.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.