Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
[Performance] Find Prime with condition and range (1 to 10^15) 3 testcase
algorithm
performance
1 Głos
1 Odpowiedź
21st Mar 2018, 1:52 PM
Momo Belia
Write a C++ program to compute the sum of the specified number of Prime numbers.
help
-1 Głos
4 odpowiedzi
5th May 2020, 2:34 PM
shubh gujrati
I wanna know what numbers are prime before num10 and entered by user with java language
.
0 głosów
2 odpowiedzi
24th Apr 2022, 9:47 PM
Fatma hgazy
Can I ask a dumb question?🤓
c
cprogramming
prime
1 Głos
5 odpowiedzi
18th Jun 2020, 11:24 PM
Rowan
Please explain a c programme to print prime number b/w given range
for
loops
0 głosów
1 Odpowiedź
25th Oct 2018, 7:09 AM
Devendra sonwani
Can anyone type c program for checking whether the enter no. is prime number or not .
c
in
program
0 głosów
6 odpowiedzi
6th Aug 2018, 1:51 PM
Sriram Sekar
If i input other than prime like 6 its Output error instead false..why..?help me plz
prime
python3
0 głosów
2 odpowiedzi
13th Jun 2020, 6:33 AM
Tanjir Ahmed
what it is wrong this codes , this program can`t execute more than 5 number why?
c++
prime
0 głosów
2 odpowiedzi
20th May 2021, 12:58 PM
alireza mohammadian
Write a program to check whether the given number is prime or not...! By a simple technique
checking
number
prime
1 Głos
6 odpowiedzi
6th Oct 2017, 3:54 PM
Gnani Prasad Reddy
write a program to input a number and check if the number is prime or not
python
0 głosów
3 odpowiedzi
27th Jul 2021, 6:17 AM
Biswajit Nayak
Write a program to input the number and check the number weather it is prime or not
primenumber
0 głosów
4 odpowiedzi
1st Feb 2020, 1:00 PM
Ayush
write the program that tells you whether the number you enter is a prime number.
c++
0 głosów
3 odpowiedzi
9th Apr 2018, 8:22 PM
Mohamed Atito
write a c program to find whether the given number is prime or not
c#
0 głosów
3 odpowiedzi
26th Oct 2016, 4:39 PM
krupa varma
Logic to find prime numbees between 101 and 200 and to print them in reverse
java
0 głosów
4 odpowiedzi
30th Mar 2017, 5:14 AM
Satya Prakash
What is the PHP code to check whether an entered number is prime or not.
php
primenumber
0 głosów
2 odpowiedzi
21st Nov 2022, 2:20 PM
Arie Lou
Please someone explain me how to print prime numbers up to given number using java..
java
1 Głos
3 odpowiedzi
19th Jun 2017, 4:05 AM
Pratik Gurav
I'm trying to write a javascript code that will print out the prime numbers between 1 and 100
javascript
0 głosów
4 odpowiedzi
17th Nov 2023, 1:17 PM
Uthman Onikoko
Write a python program that prints all the numbers from 1 to N except prime numbers.
1
all
except
from
n
numbers
prime
prints
python
to
0 głosów
5 odpowiedzi
26th Sep 2017, 3:33 PM
parag chauhan
Please could someone help make the output of the loop in my code to be only the sum of the last loop. Thanks.
number
prime
sum
1 Głos
9 odpowiedzi
27th Jun 2017, 7:38 PM
Sammy
Write a method to test if a given number is a prime number
java
0 głosów
2 odpowiedzi
29th Mar 2017, 5:11 PM
Amit
i need help how can i program a code in C language that if the user inputs a number it will check if thenumber is prime or not
if-statements
2 głosów
32 odpowiedzi
11th Dec 2018, 1:27 AM
Christian Jay Medallo
Why it doesn't work properly?
c
prime
sum
2 głosów
4 odpowiedzi
1st Feb 2022, 4:55 PM
Amateur
How to write a program to find sum of first 10 prime numbers using for loop in python
python3
1 Głos
3 odpowiedzi
7th Jul 2020, 12:30 PM
ASHUTOSH
Plzz help
c
functions
prime
1 Głos
5 odpowiedzi
1st Sep 2020, 7:47 AM
Prashant Pandey
[solved]Can't figure out whats wrong, can anyone take a look?
numbers
prime
python
3 głosów
3 odpowiedzi
9th Feb 2022, 5:09 PM
Saviyo Thomas
What is the simplest algorithm to check whether a no. is prime or not?
c++
1 Głos
2 odpowiedzi
6th Feb 2017, 6:05 AM
Silan Pradhan
This is the c program to find prime numbers in array it also doesnt work properly 😢😢😢😢😢
c
1 Głos
2 odpowiedzi
14th Aug 2020, 5:49 AM
narthana wickramasinghe
Write a program to check if a number is prime in minimum iterations(time)..
iterations
minimum
number
prime
time
0 głosów
2 odpowiedzi
8th Oct 2017, 4:42 AM
Abu Shahid
How can one print prime numbers between 1 and 100 in Java using do while loop
cj
1 Głos
2 odpowiedzi
28th Aug 2018, 6:23 PM
Jaison Chipuka
How can you use the do/while loop to cout all the prime numbers until 100 in c++?
c++
3 głosów
3 odpowiedzi
13th Jan 2017, 11:22 PM
Asim Maredia
Hello friends can you guys tell me what’s wrong with my code in both side it will print this is prime number thank u
number
prime
0 głosów
1 Odpowiedź
20th May 2019, 6:10 AM
Sam
Write A Program to Find Sum Of Difference between Consecutive Prime Numbers which lie within the input range.
c#
c++
java
1 Głos
3 odpowiedzi
25th Aug 2019, 5:00 PM
Safe Dealzz
How to make flow chart algorithm for identification of prime and composite number
algorithm
0 głosów
1 Odpowiedź
16th Jan 2019, 4:20 PM
Abel
Write a program using while loop to find if the number is prime number or not.
c++
1 Głos
3 odpowiedzi
11th Apr 2017, 2:24 AM
Tehreem
What is wrong with this code to determine if a number is prime o not?
python
0 głosów
2 odpowiedzi
4th Apr 2019, 2:30 PM
Fernanda Aguilar
Why the syntax of for(each) don't have square brakes (prime[]) to refer to prime array?
arrays
loops
0 głosów
2 odpowiedzi
8th Apr 2018, 11:06 PM
Santo Francisco Ramos Mejia
Can you say what is error in this program.To find prime number from 1 to 8.
number
prime
0 głosów
1 Odpowiedź
19th Jan 2021, 4:27 PM
Ramana Prasad j
How to find prime no. between 1 to 1crore in java in just 1 sec build time?
challenge
java
netbeans
program
0 głosów
3 odpowiedzi
12th Jan 2020, 1:26 PM
Keyur Ramani
How do I write a code to show that a number is a prime number
william
0 głosów
2 odpowiedzi
18th Mar 2020, 2:53 AM
Yusuff Idris
PLS FIND AN ALGORITHM THAT DIFFERENTIATES BETWEEN PRIME AND COMPOSITE NUMBERS. Using Python... Tnx In Advance...
python
0 głosów
2 odpowiedzi
31st Jul 2019, 5:52 PM
Abis Tech
No output in my code
help
prime
python
0 głosów
3 odpowiedzi
23rd Jan 2023, 2:21 AM
Valent Inkiriwang
Anyone can give me other technique in solving a Prime Factorisation of a given number java
factor
java
math
prime
1 Głos
3 odpowiedzi
8th Dec 2017, 3:39 AM
John Nehry C. Dedoro
How to separate odd,even and prime using functions without return type and with parameter in c?
arrays
clanuage
functions
0 głosów
2 odpowiedzi
23rd Nov 2021, 8:57 AM
Kushwanth Sai
I need to find pairs of primes, the distance between which is two. why does the program stop working for numbers greater than 19
java
prime
primenumbers
0 głosów
4 odpowiedzi
3rd Nov 2020, 9:28 AM
Vika Ustinova
Why is my program printing more prime no.s than those which are expected | Basic C Programming
basic
c
c++
code
error
help
maths
number
prime
program
1 Głos
3 odpowiedzi
2nd Sep 2019, 10:05 AM
Aditya Singh
How to print prime number between 1 to 100 in java by using do while loop?
java
-2 głosów
2 odpowiedzi
17th Sep 2019, 1:14 PM
punam gaikwad
c program to check whether a number can be expressed as sum of two prime numbers
predefined-variables
0 głosów
3 odpowiedzi
20th Jul 2017, 1:01 AM
MADHU MITHA K
How to calculate prime numbers in Python? Please have a look and comment on any improvements you see. Thanks!
math
prime
python
0 głosów
4 odpowiedzi
8th Aug 2023, 10:52 AM
Swen
Why this code doesn't work properly but when i add 《break》it works?
number
prime
python
0 głosów
3 odpowiedzi
23rd Nov 2023, 8:33 PM
Amateur
Write the program to determine if a number entered from the keyboard is a prime number or not?
i
0 głosów
3 odpowiedzi
29th Jun 2019, 6:43 PM
Mohammed Hussaini Musa
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
< Do tyłu
1
...
9
10
11
...
13
Dalej >
Popularne dzisiaj
What's the best way to learn anything
3 Votes
Most asked!
4 Votes
How can I improve my Authenticator App built with HTML, CSS, and JavaScript?
0 Votes
Is there Any other Simple Solution??
1 Votes
Is react js enough for frontend??
0 Votes
Most asked! 2.0
2 Votes
Inquiry on how to start html
1 Votes
How to get known?
0 Votes
Please guys could smw do this for me ?
0 Votes
Best way to remember things on this app?
0 Votes