Community Profile

photo

Mandy Downs


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Time table code using while loops
function outputMatrix = timesTable( sizeOfTable) % Insert code to determine the size of the times table sizeOfTable ...

3 years ago | 2

Answered
I need help finding the center of an n * n array. TA couldn't figure it out
function middleElement = FindMiddle(squareArray) % FindMiddle: Return the element in the center of squareArray % Inputs: sq...

3 years ago | 6