|
Factorial value of a given integer number, n. Ex: 5!=120
|
2Kb
|
|
Fibonacci Series. Ex: 1 1 2 3 5 8 ...
|
2Kb
|
|
Prime Number or Not. Ex: 7 is a prime
|
2Kb
|
|
Swap the contents of two variables without using
additional variable
|
2Kb
|
|
Decimal to Binary conversion. Ex: 25 = 00011001
|
2Kb
|
|
Area and Perimeter of a
Triangle given its sides
|
2Kb
|
|
Sum of the digits of a given integer number. Ex: 123 =
1+2+3 = 6
|
2Kb
|
|
Reverse the digits of a given integer number. Ex: 8273 =
3728
|
2Kb
|
|
Temperature Conversion - Celsius
to Fahrenheit
|
2Kb
|
|
Temperature Conversion - Fahrenheit
to Celsius
|
2Kb
|
|
Largest and second largest
element in a list
|
2Kb
|
|
Biggest of THREE
numbers
|
2Kb
|
|
Biggest and Smallest element in a list
|
2Kb
|
|
Area and Circumference of a circle
|
2Kb
|
|
Area of a Triangle given its
Base and Height
|
2Kb
|
|
Interactive program to calculate Addition, Subtraction, Multiplication and Division
using switch statement.
|
2Kb
|
|
Compute the SUM=1+2+3+....+(N-1)+N
|
2Kb
|
|
Sum and Average of 'N' numbers in a list
|
2Kb
|
|
Generate a list of square numbers
upto N
|
2Kb
|
|
Simple Interest calculation,
SI = ( PTR ) / 100
|
2Kb
|
|
Generate ODD integers upto N numbers
|
2Kb
|
|
Check whether the given number is ODD
or EVEN
??
|
2Kb
|
|
Search for the key element in the list using
Sequential Search
|
2Kb
|
|
MATRIX : Addition
of TWO matrices
|
2Kb
|
|
MATRIX : Transpose
of a given matrix
|
2Kb
|
|
Multiplication table
of the given number
|
2Kb
|
|
Game : Guess the random number
using hints in 10 chances only
|
2Kb
|
| Watch
out for more...
|