Since multiplication in this case is just repeated addition, we can use a for loop. We'll leave the statements empty for now. Add for () {}.
for () {}
Make sure to pick for followed by ( and then ), {, }.
for
(
)
{
}