given an integer, , print its first multiples. each multiple (where ) should be printed on a new line in the form: n x i = result

0

Given an integer, , print its first multiples. Each multiple (where ) should be printed on a new line in the form: N x i = result.

By Stone Hammer Kari Carroll at Oct 18 2020


Related code examples


Code examples by languages