Verify Goldbach's conjecture with VB: a large even number can be decomposed into the sum of two prime numbers Verify Goldbach's conjecture A large even number can be decomposed into the sum of two primes Try to write all even numbers between 500 and 1000 as the sum of two prime numbers ---

Verify Goldbach's conjecture with VB: a large even number can be decomposed into the sum of two prime numbers Verify Goldbach's conjecture A large even number can be decomposed into the sum of two primes Try to write all even numbers between 500 and 1000 as the sum of two prime numbers ---

I'll try, OK! But after clicking the form, you have to wait a few seconds, because the machine is calculating. Don't worry, just wait five seconds_ Click () dim num As Integer 'control num expressions to wrap lines dim n As Integer' big even dim PR1 As Integer 'two small prime numbers just need to define