Saturday, March 12, 2011

1

C Program Language (Converting Radian to Degree)

  • Saturday, March 12, 2011
  • RJ
  • Another program will be shown be tackling on how to convert degree to radian using the math.h functions with the help of  fabs, floor and ceil. The sample output. Check out the codes and have f...
    read more

    Thursday, March 10, 2011

    0

    C Program Language (Converting Degree to Radian)

  • Thursday, March 10, 2011
  • RJ
  • These post will be handling on how to convert degree to radian including minutes. Here's the output. Check out the codes and learn somethin...
    read more

    Saturday, March 5, 2011

    5

    C Program Language (Converting Fraction to Decimal)

  • Saturday, March 5, 2011
  • RJ
  • For all the post I had created I think this is the most simple yet very interesting. Few words only are being used in this program but gives a very helpful thing to the new programmers and fun coding mathematical problems. This program converting fractions to decimal gives us new idea how to program new topics, these program also improve...
    read more

    Thursday, March 3, 2011

    2

    C Program Language (Functions: Square Root And Power)

  • Thursday, March 3, 2011
  • RJ
  • The problem is the program must ask the user what function should be used either Square, Square Root or Power which usually known as exponential function. Then after the tree choices the program will ask the user to input given or data to solve it is like a menu where you can select what you want and suited in your needs. At the same time...
    read more

    Wednesday, March 2, 2011

    1

    C Program Language (Area Of Circle, Triangle and Square)

  • Wednesday, March 2, 2011
  • RJ
  • These program will be tackling about the area of a circle, triangle and square. We all know that to get the area of  those shapes we must identify first the formulas to used. Now here are the formulas Circle Area = πr2 Circumference=2πr r = radius Triangle Area = ½b × h b = base h = vertical height Square Area = a2 a = length of side After...
    read more

    Subscribe