The aim of this challenge is to write a computer program that will take two whole numbers (integers) as input and output the result of multiplying these two numbers together. However, to make this task more challenging, you have to assume the * key of your keyboard is broken or missing and hence you are not allowed to use the * operator in your code.
You can complete your code in the trinket below: