Goldbach Number Java Program | ISC Computer Science 2018 Paper 2
Channel:
Subscribers:
1,540
Published on ● Video Link: https://www.youtube.com/watch?v=SKbqKTC6dWY
Goldbach Number Program in Java | ISC Computer Science 2018 Paper 2
A Goldbach number is a positive even integer that can be expressed as the sum of two odd primes.
Note: All even integer numbers greater than 4 are Goldbach numbers.
Example:
6 = 3 + 3
10 = 3 + 7
10 = 5 + 5
Hence, 6 has one odd prime pair 3 and 3. Similarly, 10 has two odd prime pairs, i.e. 3 and 7, 5 and 5.
#goldbach #computerscience #isc #java #number
Other Videos By Robin Sir
Tags:
goldbach number
isc
computer science
java
goldbach number in java
goldbach number isc 2018