QUOTE
lol, you guys never tried to answer? I am not looking for hw answers. Even if I do, I can easily put them into compiler to get the answers.
You aren't the only one with a compiler out here....

Besides, there is no need to even have one.
The modulus operator is not defined for floating point variables.
The MOD operator is actually implemented by accessing the EDX Register after calling the IDIV/DIV Instruction. These Instructions are not designed to work on floating point numbers.
And the FDIV Instruction doesn't return the modulus of the number...So the % operator on float numbers doesn't work.
Your post
really did look like a Homework Question.
Be more specific next time.
And just because nobody replies, doesn't mean that they don't know it...Your post didn't specify whether you were asking or testing