Typo: Week 6. 26.1

8 views
Skip to first unread message

Drayton Kittel

unread,
Mar 20, 2016, 11:17:31 AM3/20/16
to mooc.fi
week 6 
26.1

I believe there is a type on the text of the material. 

 public void printMultiplicationTableRow(int multiplier, int howManyTimes) {
       
for(int i = 1; j <= howManyTimes; i++) {
           
System.out.print(i * multiplier + " ");
       
}
   
}
}

The j should be an i . 

ljleppan

unread,
Mar 23, 2016, 3:01:42 AM3/23/16
to mooc.fi
Hi Drayton,

Thanks for bringing this to our attention. We'll fix the typo sometime in the future together with a batch of other small fixes :)

-Leo
Reply all
Reply to author
Forward
0 new messages