Sunday 15 July 2012

Farenheight to Celcius Conversion


#include <stdio.h>

main()
{
          int celcius;
         
          printf("Farenheight Celcius\n------------------------\n");
          for (celcius = 0; celcius <= 300; celcius = celcius + 20)
                   printf("%3d     =     %3d\n",celcius,((celcius-32)*5)/9);
}

1 comments:

  1. Sweet blog! I found it while browsing on Yahoo News. Do you have any tips on how
    to get listed in Yahoo News? I've been trying for a while
    but I never seem to get there! Appreciate it

    My site; minecraft

    ReplyDelete