View Single Post
Old Mar 31st, 2008, 6:37 PM   #8
Fall Back Son
Hobbyist Programmer
 
Join Date: Oct 2006
Posts: 203
Rep Power: 2 Fall Back Son is on a distinguished road
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.
Fall Back Son is offline   Reply With Quote