Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
Please,how do i write is prime function recursively?
c++
1 Voto
2 Respostas
7th Oct 2017, 10:00 AM
Ramabaka Nkobolo
Can anyone help me how to get prime membership
help
0 Voto
1 Resposta
4th Mar 2023, 3:01 PM
Sabita
how i find prime number between any two number?
python
0 Voto
2 Respostas
18th Jul 2019, 10:12 AM
Mustafa Alshimary
Is this tye correct python code for prime no?
python
1 Voto
2 Respostas
6th Jul 2019, 9:21 AM
Kajal Rao
How to create a java program to get 10001th prime number.
10001
create
java
mathematics
number
prime
problem
program
6 Votos
4 Respostas
23rd Oct 2017, 6:24 PM
Vaibhav Singh Sikarwar
[ Challenge :] Print all pair of prime numbers whose sum equals the number given by the user !
c++
challenge
java
python
ruby
23 Votos
61 Respostas
19th Oct 2017, 1:35 PM
Nikos And
Anyone have the code to find prime number in python3 or javascript
python3
7 Votos
4 Respostas
17th Apr 2020, 9:27 AM
Aayush-droid
Sum of first 10 prime numbers i given range using python
numbers
prime
python
2 Votos
3 Respostas
25th Mar 2018, 12:08 PM
Harry Singh
how do i improve this code for prime numbers calculation?
java
numbers
prime
1 Voto
3 Respostas
13th Mar 2021, 7:41 PM
Alessandro Bellina
Highest prime factor of a number ...my question was to find highest prime factor of 600851475143.I dont get correct answer
c
0 Voto
2 Respostas
21st Jun 2018, 11:10 AM
Dhanaraj S
How can I check a number if prime.
prime
returns_zero
6 Votos
11 Respostas
1st Sep 2018, 11:21 PM
Md Habibullah
How to find prime numbers in a series of numbers?
c#
c++
0 Voto
2 Respostas
10th May 2019, 4:48 PM
Yuzuru Hanam
How to find a number is prime number or not
c
c++
java
0 Voto
4 Respostas
11th Mar 2019, 3:03 AM
M.Santhosh Kumar
Program to find difference between prime numbers in a range
c
java
python3
0 Voto
5 Respostas
10th Aug 2018, 11:46 AM
athik
Why does it show all numbers instead of prime numbers
for
if-statements
java
loops
print
1 Voto
5 Respostas
3rd Mar 2017, 4:01 PM
Wildman Fizat
C programe to check prime number or not using if condition
primenumber
1 Voto
4 Respostas
15th Oct 2019, 1:50 PM
Yaseswini Depuru
Let array =[1, 2,3,4,5,6,7,8,9,10] how get prime numbers from this array
javascript
0 Voto
5 Respostas
7th Jul 2022, 6:13 AM
Padala Bala Sirisha
How to check whether a num is prime or not
c++
0 Voto
5 Respostas
1st Sep 2016, 4:27 PM
jasmine
How can we print prime no. Between 1 to n in c++?
c
c++,
0 Voto
7 Respostas
16th Apr 2022, 4:21 PM
Bhupendra Dangwal
Any body Can explain me how Prime number print I have a code and code printing prime number but didn't get the logic(javascript)
for
loops
primenumber
2 Votos
2 Respostas
13th May 2021, 2:41 PM
Rohit Kumar
Challenge 🏆🏆 Represent a composite number as a sum of two prime numbers.
challenge
7 Votos
9 Respostas
7th Jan 2018, 7:55 PM
Faizan Hussain
Set the boolean variable p to true if the integer n (n > 1) is a prime number, and false otherwise.
c++
0 Voto
3 Respostas
19th Apr 2021, 5:58 PM
Nikita Volkov
Can someone please write a code for prime numbers using flag?
c++
flag
numbers
prime
2 Votos
6 Respostas
26th Aug 2017, 5:00 AM
Kirti
Can someone help me fix my prime generator?
program
python
0 Voto
2 Respostas
10th Oct 2016, 11:20 AM
Mario García
How to print prime numbers between two intervals in c++
between
c++
how
in
intervals
numbers
prime
print
to
two
2 Votos
2 Respostas
22nd Jan 2019, 3:49 PM
Affan N Qazi
Guys how to find prime no. between 0 to 100 using python?
django
javascript
jquery
programming
python
1 Voto
4 Respostas
27th Jun 2018, 6:43 AM
Sunil Chettri
What is the logic behind prime number program in c ++?????
behind
c++
in
is
logic
number
prime
program
the
what
0 Voto
7 Respostas
19th Feb 2017, 7:29 AM
prateek verma
Do we use array fo declaration of prime numbers?
arrays
1 Voto
2 Respostas
26th May 2018, 11:56 AM
Bashir Ahmad
How to find smallest n digit prime number as well as largest?
c
prime
program
sum
0 Voto
5 Respostas
12th Sep 2021, 10:06 AM
sparkle
Is this code practical and efficient enough to detect prime number?
#primenumber
#python3
1 Voto
4 Respostas
14th Mar 2020, 3:35 AM
bamboo
write a program to read an integer array with five elements and print the prime and not prime numbers of it? Thanks first for answers 😊
c++
2 Votos
7 Respostas
2nd Dec 2016, 10:48 AM
Faroug AS Hashad
I want to print prime number between 1 and 10
c++
2 Votos
3 Respostas
26th Feb 2017, 10:15 PM
Mohamed Abdalla
How to fine prime number in C++ using easy code?
c++
number
prime
0 Voto
3 Respostas
12th Apr 2018, 7:16 PM
Mushtaq Khan
Assembler program to separate even and prime numbers using subroutines
assembler
stack
subroutine
-1 Voto
3 Respostas
18th Apr 2020, 10:50 AM
Binsha S
Write an algorithm to find prime numbers between 1 to 10.
algorithm
0 Voto
3 Respostas
25th Aug 2020, 2:11 AM
SOM SATWIK DEO
Can someone help me code a code which prints prime no. Infinitely.
c
code
help
prime
question
0 Voto
7 Respostas
10th Apr 2019, 4:13 PM
Kenee Patel
A program to check whether a number is prime or composite?
c++
0 Voto
5 Respostas
20th Nov 2016, 9:08 AM
Mayur Kumar
prime number between a range no output is showing
c
0 Voto
1 Resposta
13th Oct 2019, 6:58 PM
sagar gupta
How to create prime number program in java???
c++
java
javascript
-3 Votos
3 Respostas
21st Sep 2017, 2:21 PM
Selvagopal G
How to find prime numbers in python ?
properties
-1 Voto
2 Respostas
27th Oct 2017, 4:03 PM
MonishKumar V
Do the <math> library support can generate prime number?,if(condition==yes()){tell_me_how();}
math
prime
0 Voto
2 Respostas
13th Apr 2018, 10:57 AM
Riannanda Faza
It's saying error 'cin' does not name a type cin >> input.... What to do
number
prime
-1 Voto
15 Respostas
22nd Jul 2017, 9:37 AM
Manjunath G
write a python script to print next prime number of a given number.
python3
2 Votos
6 Respostas
6th Aug 2018, 5:51 AM
Abhay rana
How to define a function which returns True for prime numbers?
function
prime_number
1 Voto
4 Respostas
27th Aug 2018, 5:32 AM
Anaadi Dubey
Generators Finding prime numbers is a common coding interview task.
generators
0 Voto
1 Resposta
24th Sep 2023, 3:29 PM
Warsame Said
Why is it not working
prime
python3
1 Voto
7 Respostas
11th Jun 2020, 5:22 AM
Tanjir Ahmed
How to print prime numbers between 1-100 using continue statement?
loops
0 Voto
2 Respostas
9th Oct 2018, 8:52 AM
Jeeva Gva
Write a code that can print the prime numbers of a given value
c++
java
0 Voto
11 Respostas
4th Sep 2017, 10:55 AM
Uzondu Obillor
How to make upper triangle pattern of prime number in python
pattern
primenumber
python
1 Voto
2 Respostas
1st Dec 2019, 5:40 PM
Manish Choudhary
What are prime examples of javascript and c++ uses?
c++
gamedevelopment
javascript
0 Voto
1 Resposta
7th Jan 2022, 2:55 AM
Nicko Euan Omadto
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
5
6
7
...
13
Próximo >
Quente hoje
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
I’m new someone can help me
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
What's doctype htMl
2 Votes
HTML community, HELP!!
0 Votes