please give me code for the following pattern in c c++ c# java any of this language. see the question below | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

please give me code for the following pattern in c c++ c# java any of this language. see the question below

2 3 5 7 11 13 17 19 23 31 37 41 43 47 53 please give me code for this pattern

17th Sep 2019, 7:28 PM
vivian
3 Answers
+ 4
i hope you have tried writing the code and failed to get the desired output, if so please add the code else we can't do your assignment for you
17th Sep 2019, 8:37 PM
✳AsterisK✳
✳AsterisK✳ - avatar
+ 4
vivian If you are struggling with the code, try listing out everything you can identify about the pattern. This one is quite straight forward and would be great practice for you. After you've provided your description of the pattern, perhaps others here can help you refine that until it's at a point where the code can be obvious.
17th Sep 2019, 8:42 PM
David Carroll
David Carroll - avatar
+ 4
Some hints: The numbers are the first 15 prime numbers. It is a 5 * 5 square. First line: 5 numbers Second line: 1 space + 4 numbers Third line: 2 spaces + 3 numbers Fourth line: 3 spaces + 2 numbers Last line: 4 spaces + 1 number
17th Sep 2019, 9:19 PM
Denise Roßberg
Denise Roßberg - avatar