|
Re: Masm32 adding two floats
Also, the part of the code that seems to be causing the problem is in calculateAvg. When I'm printing out the value that the user entered, its saying I entered values which I never entered. That leaves two possibilities: either some of the values are being read into the array wrong, or some of the values are being read back out of the array wrong. either way, that means my algorithm for doing one or the other is incorrect.
|