I had a bit of trouble actually getting the code as written in the assignment to run proper. I did a quick edit and did this to get a value to make sure it was working as intended. Copying the code from the module instructions I get this as a result after several attempts to run. 

It looks like the program when it executes myMean is always supposed to do the calculation sum/length for the values in assignment2 but attempting to call myMean after doesn't result in anything either. I come from a coding background in Python and Java, two other object oriented programming languages. I could be interpreting or running it wrong due to prior bias/knowledge.

Comments

Popular posts from this blog