Coding
I need to make an average for all the raises that are calculated in each loop, how do I go about doing that?
Firstly, don’t get people on the Internet to do your home work. Secondly, your else statement has no braces so you will always execute the last line which could lead to bugs. Here it won’t Read more…