Answered step by step
Verified Expert Solution
Question
1 Approved Answer
i am trying to get this to print out 10 consecutive primes that have a difference of 210 the language is like java but the
i am trying to get this to print out 10 consecutive primes that have a difference of 210
the language is like java but the program used to code it is "maple soft"
> for xfrom 1 to 5000 do. if isprime(x) then x = x + 210: if isprime(x then print(x + 210); end if: end if: end do: 643 1073 1297 1511 1943 2161 3053 3271 4363 4793 5011 5233 Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started