Answered step by step
Verified Expert Solution
Link Copied!

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 image text in transcribed
the language is like java but the program used to code it is "maple soft"
image text in transcribed
> 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David Kroenke, David Auer, Scott Vandenberg, Robert Yoder

10th Edition

0137916787, 978-0137916788

More Books

Students also viewed these Databases questions

Question

Use a three-step process to develop effective business messages.

Answered: 1 week ago