Click here to Skip to main content
15,890,982 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
The series of four sets of Prime Number, (a, a+2, a+6, a+8) is known as Prime Quadrupled.
Among these four sets of prime number which compose prime quadrupled, the maximum
number is called as the “size of its prime quadrupled.” For example, the minimum size of prime quadrupled is the group of (5,7,11,13); and its size is “13.” One that is bigger than the aforementioned size of prime quadrupled is the group of (11, 13, 17, 19) ; and its size is “19.”
Now, (1) please construct the user interface that can input an Integer, “n” (2) compare the size of each Prime Quadrupled (3) and, then, formulate the program which displays the size of maximum number. However, please note that “n” should be the integer that is above 13 and below 10,000,000.
Posted

OK, I have done that, What's the next question?

But seriously, we are not going to do your homework for you.
 
Share this answer
 
The series of four sets of Prime Number, (a, a+2, a+6, a+8) is known as Prime Quadrupled.
Among these four sets of prime number which compose prime quadrupled, the maximum
number is called as the “size of its prime quadrupled.” For example, the minimum size of prime
quadrupled is the group of (5,7,11,13); and its size is “13.” One that is bigger than the
aforementioned size of prime quadrupled is the group of (11, 13, 17, 19) ; and its size is “19.”
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900