#include stdio.h int main() { float g = 0.53; if (g == 0.53) printf("True"); else printf("False"); }
Not registered? Create an account
Forgot Password?
Already a registered user? Login