Posts by David Sztajnbok • 11 points
1 post
-
1
votes1
answer82
viewsQ: A float x==0 includes values like 0.7. How to change this?
Hello! I’m new to the programming world and I’m making a small calculator. I made an if that terminates the program if the user tries to divide by 0, but when I try to divide by for example 0.5 the…