tytybruce2
tytybruce2
20.07.2019 • 
Mathematics

Write a for loop to populate multiplicationtable with the multiples of basevalue from 0 to 5. ex: if basevalue is 2, then multiplicationtable is [0, 2, 4, 6, 8, 10]. ( 2 x 0 = 0, 2 x 1 = 2, 2 x 2 = 4, 2 x 3 = 6, 2 x 4 = 8, 2 x 5 = 10)

Solved
Show answers

Ask an AI advisor a question