Saturday, March 12, 2011
1
Saturday, March 12, 2011
RJ
read more
C Program Language (Converting Radian to Degree)
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...
Thursday, March 10, 2011
0
Thursday, March 10, 2011
RJ
read more
C Program Language (Converting Degree to Radian)
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...
Saturday, March 5, 2011
5
Saturday, March 5, 2011
RJ
read more
C Program Language (Converting Fraction to Decimal)
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...
Thursday, March 3, 2011
2
Thursday, March 3, 2011
RJ
read more
C Program Language (Functions: Square Root And Power)
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...
Wednesday, March 2, 2011
1
Wednesday, March 2, 2011
RJ
read more
C Program Language (Area Of Circle, Triangle and Square)
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...
Subscribe to:
Posts (Atom)