Hi, I am required to multiply and add binary arrays for an assignment. Originally I had it set where I convert the binary array to a decimal number, multiply the numbers and then reconvert them, but my professor is not looking for that. She wants us to use for loops. I am stuck I have been for a while. A nudge in the right direction will help. Here is my code so far. My addition is working fine, its just my multiplication function that's suffering.