Monday 24 May 2010

J2me Code

(1) Initial Part

Wednesday 19 May 2010

Program Code of C++

(1) How to create a program of sum of 5 integer
DOWNLOAD
(2)
How to create a program of average of 5 integer
DOWNLOAD
(3) How to create a program of factorial n (using for loop)
DOWNLOAD
(4) How to create a program of factorial n (using for function)
DOWNLOAD
(5) How to create a program of Fibonacci
DOWNLOAD
(5) How to create a program of Fibonacci (using array)
DOWNLOAD
(6) How to create a program of X^Y
DOWNLOAD
(7) How to create a program to come out of 2 roots of an equation
DOWNLOAD
(8) How to create a program to come out of LCD of 2 integer
DOWNLOAD
(9) How to create a program of ( 1/1^2+1/2^2+1/3^2+1/4^2+........ =?)
DOWNLOAD
(10) How to create a program of reverse of number (using do and while loop)
DOWNLOAD
(11) How to create a program of reverse of number (using recursion)
DOWNLOAD
(12) How to create a program of sum of 1+4+9+....+n=?
DOWNLOAD
(13) How to get 20 integer from a file and put sum of even and odd numbers into two files respectively
DOWNLOAD
(14) How to define nCr
DOWNLOAD
(15) How to define nPr
DOWNLOAD
(16) How to create of program of Leaf-year
DOWNLOAD
(17) How to create of program of prime number
DOWNLOAD
(18) How to create of program of LCD
DOWNLOAD