I am having some problems with xcode doing some simple numerical tasks.
I have a float set equal to 4.
I later need to make a decision that hinges on the value of this float.
I specifically want to do something if the variable equals 4.
I write an if statement, and it never gets to...