<!--- Provide a general summary of the issue in the Title above --> ## Description If you check the number 9 for prime, it returns true. ## Expected Behavior is_Prime(9) should return false ## Actual Behavior is_Prime(9) should return true ## Possible Fix Changes in the for loop ?