In this video we build a project that generates times tables using input from the user. Here are the notes. Please see pinned comment for source code :)
// While loops repeat a block of code while a certain condition remains true
// The program calculates multiplication tables (times tables)
// It prompts the user to enter the desired station of the times table (e.g. 7 times table)
// And then uses an incremental counter to perform each multiplication