Quantcast
Channel: DeveloperFeed » DeveloperFeed |
Browsing latest articles
Browse All 4 View Live

Write a program to compute factorial of a number in Java

In mathematics, the factorial of a positive integer  n  denoted by n!, is the product of all positive integers less than or equal to n. For example,    5 ! = 1 x 2 x 3 x times 4 x 5 = 120  0! is a...

View Article



Write a program to generate Prime Numbers

In mathematics, a prime number (or a prime) is a natural number that has exactly two distinct natural number divisors: 1 and itself. The first twenty-five prime numbers are: 2, 3, 5, 7, 11, 13, 17, 19,...

View Article

Write a program to generate Fibonacci Numbers

In mathematics, the Fibonacci numbers are the numbers in the following sequence: 0,1,12,3,5,8,13,21,34,55,89,144 By definition, the first two Fibonacci numbers are 0 and 1, and each remaining number is...

View Article

Practice Flowcharts for Beginining Programmers

The following is the list of flowcharts a beginning programmer can practice to help build logic development skills. 1)  Write a program to print first N natural numbers 2) Write a program to compute...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images