#12 | Build a times table generator | multiplication tables with while loops | Java tutorial

Опубликовано: 12 Январь 2025
на канале: Neil Gillies
50
0

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