Recent content by clau_aclx

  1. C

    I want to convert fahrenheit to celsius but when i execute it the answer is weird

    well "cel" is declared integer. Try with float. #include <stdio.h> main() { int fh; float cel; fh = 200; cel = 5.0 * (fh-32) / 9.0; printf("your celsius degree is %lf\n", cel); } seems to be working fine http://www.compileonline.com/compile_c_online.php
  2. C

    Angry How Facebook Uses Your Data? Here's What to Do

    well facebook is like a chair. sit on it and discuss with others, but dont complain if a thumb will tickle your bottom. this is what you signed up for :)