Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Set the boolean variable p to true if the integer n (n > 1) is a prime number, and false otherwise.
c++
0 Votes
3 Answers
19th Apr 2021, 5:58 PM
Nikita Volkov
How can i improve my skills or n c++
c++
0 Votes
4 Answers
15th Jan 2018, 1:53 AM
suraj
how to take a integer N as input from user and after that take N spaced integers as input and store them in a single list
python
python3
0 Votes
4 Answers
5th Jan 2020, 12:42 AM
Leman Kirme
What is the difference b/w func declarion n funct defination?
c++
functions
2 Votes
4 Answers
6th Jul 2016, 11:58 AM
Anshuman Sharma
Suppose that m and n are integers and m is nonzero. Recall that m is called a divisor of n if n = mt for some integer t; that is
0 Votes
2 Answers
26th Jun 2020, 8:30 AM
Bonolo Resegofetse
Write a program to print n odd number
c++
comments
0 Votes
2 Answers
21st Dec 2017, 1:11 PM
Aman Singh
Write a program that takes N numbers as input and outputs the numbers from N to 0, skipping the ones that are multiple of 3.
coder#java
2 Votes
3 Answers
28th Jan 2022, 3:29 PM
Hirdesh Prajapati
finding cartesian product of a set n times (itertools.product function)
algorithm
cartesian
permutation
python
2 Votes
3 Answers
25th Dec 2018, 1:35 PM
Mayank
How to find common characters in n string? In python
python3
-1 Vote
4 Answers
19th Aug 2018, 4:44 PM
Mallika Das
Дано целое число N и набор из N вещественных чисел. Вывести сумму и произведение чисел из данного набора.
.
.
n
n
-1 Vote
1 Answer
2nd Oct 2020, 2:54 PM
Xalilla Raxmanov
You are given an array of N numbers
o
-1 Vote
1 Answer
23rd Oct 2021, 7:44 AM
charan raj
How can we print prime no. Between 1 to n in c++?
c
c++,
0 Votes
7 Answers
16th Apr 2022, 4:21 PM
Bhupendra Dangwal
How is it possible that for the set of natural numbers N, no elem of N is the biggest and every elem of N has something bigger?
infinity
maximum
number
set
0 Votes
11 Answers
7th Sep 2017, 8:21 PM
Testing003
how to create a jack n poy in c++
c++
-1 Vote
2 Answers
23rd Sep 2016, 3:41 AM
raffycruz1720
How to write code in code playground n run it.
python
0 Votes
4 Answers
3rd Sep 2017, 10:50 AM
Rigved Raut
How to create an array of size n filled will 0s.
arrays
c++
0 Votes
4 Answers
10th Sep 2022, 6:33 AM
ss7
What is NaN in JavaScript??
a
javascript
n
10 Votes
5 Answers
13th May 2018, 7:24 PM
Leon Yang
Данно число n>0 сформироват и вывести целлочисленых массив размера n содержащий степень 2 от 1 до n ?
n>0
-1 Vote
1 Answer
8th Nov 2019, 8:09 AM
Ahmad TKM
user need to enter N from 0 to 100 and the output is display first N prime number.
java
0 Votes
1 Answer
17th Oct 2018, 2:18 PM
Logan Sathiveloo
Help me write an algorithm to decompose n on k summands
assignment
c++
help
0 Votes
6 Answers
29th Sep 2018, 6:26 AM
can_be_better
why doesn't this code iterate through all the n in range?
python3
range
1 Vote
3 Answers
20th Aug 2021, 4:49 PM
Cynic
Write a c++ program that add n even numbers and multiply n odd numbers from a given positive integers?
c++
0 Votes
2 Answers
8th Jan 2017, 3:51 PM
Temesgen
How to find smallest n digit prime number as well as largest?
c
prime
program
sum
0 Votes
5 Answers
12th Sep 2021, 10:06 AM
sparkle
Challenge: Represent any number n in sum of given number
c
c++
css
html
java
javascript
numbers
php
ruby
1 Vote
4 Answers
29th Aug 2017, 7:47 PM
Real Coders
to print the output: N NA NAM NAME
c++
0 Votes
2 Answers
15th Sep 2016, 7:26 AM
VINITA AGARWAL
Проверьте, есть ли среди данных N чисел нули.
break
continue
else
for
If
python
while
1 Vote
1 Answer
2nd Dec 2017, 5:49 PM
Амилия
How to print M by N anti diagonal matrix ?
python
0 Votes
1 Answer
16th Oct 2022, 5:31 PM
PRAVEEN
How to get values using post n php
php
0 Votes
2 Answers
9th Nov 2016, 9:10 PM
Sanchit Srivastava
Find the sum of squares of n natural numbers
c++
0 Votes
3 Answers
6th Jan 2018, 3:23 PM
adnan
What is bufferReader? Give some details about it n usefulness about it...
bufferreader
java
2 Votes
6 Answers
8th May 2018, 4:11 PM
Harsh Agrawal
There is a lady here called Tashi N. She has being helping people here every single day but she has never help me before.
help
n
tashi
14 Votes
6 Answers
23rd Mar 2017, 3:23 PM
Baba Yunus Abdul Yekin
How does func fib(n: Int) -> Int { return n < 2 ? n : (fib(n-1) + fib(n-2)) } print(fib(3)) have an output of 2
functions
swift
3 Votes
2 Answers
30th Apr 2018, 8:41 PM
Aarnav
Larger than n Lab HELP ITS FOR SCHOOL PLZ
help
helpplz
lab
largerthan
list
lists
plz
python
python3
school
1 Vote
1 Answer
6th Nov 2020, 8:03 AM
SpeedyJabba
n php how can we write our own code
code
php
write
0 Votes
2 Answers
22nd Jun 2019, 6:59 AM
farzad
Can I use switch statement to check a condition and executive some n no of cases for which the condition is true?
java
0 Votes
10 Answers
18th Apr 2021, 2:24 AM
Jagadeesh Gurana
Find the minimum cost of using the saws to remove all N trees. If it is impossible to remove all N trees print -1.
python
python3
0 Votes
3 Answers
7th Mar 2022, 5:22 AM
Anna Hari
I need to write a program to Take a number N as input and output the sum of all numbers from 1 to N (including N).
forbeginners-
python
0 Votes
4 Answers
27th Jan 2022, 6:26 AM
Artin !!!
Даны натуральные числа M и N. Найти наибольший общий делитель M и N
c#
0 Votes
8 Answers
28th Nov 2021, 2:16 PM
Using
SOLVE How to use if statement with class objeck (not class n object)?
c++
if
3 Votes
3 Answers
29th Aug 2018, 1:56 PM
Muhamad Fathi Zuhaili
When i tried it n pycharm(pc) shows output perfectly, but when i try n playground(solo learn) it shows EOF in reading line. Y?
python
python3
pythondoubt
0 Votes
3 Answers
18th Jun 2019, 7:24 AM
Bharanishraj
Which one is easy to work n learn?? Java or javascript??
java
switch
0 Votes
5 Answers
15th Jan 2018, 1:03 PM
Srikant Roy
1 13 135 1357 ....... ...... ......... n lines
c++
loops
nestedloop
0 Votes
2 Answers
22nd Sep 2016, 9:41 AM
Mayan Pahwa
How to show a particular thing after n no. of years..?
integers
js
0 Votes
6 Answers
29th Dec 2017, 4:50 PM
R I S H A B H
What software/app do i need to execute n practice JS codes
.
0 Votes
4 Answers
23rd May 2020, 5:53 AM
Jurence
Implement a C program with the criteria, every descendant node’s value in the left subtree of n is less than the value of n and
c
-4 Votes
4 Answers
9th Mar 2022, 6:15 PM
Vivek Kumar
Write a C++ program which will double the first n elements of dynamic array
c++
0 Votes
8 Answers
22nd Oct 2019, 11:06 AM
Wanjala Nekesa Diana
Can anyone xplain me while loop with giving simple n appropriate example???
java
loop
while
1 Vote
5 Answers
23rd Jul 2018, 3:46 PM
Harsh Agrawal
Can I use any mathematics operation n console?
python
0 Votes
1 Answer
20th Jul 2016, 8:59 AM
Muhammad Ali
How can one make navigation n tracking app
android
develop
navigation
tracking
-1 Vote
1 Answer
19th Mar 2017, 7:54 PM
Karim Lakhani
Write a C program to print numbers from 1 to N using arrays.
arrays
1 Vote
5 Answers
30th Apr 2021, 3:53 AM
Vedant Raikar
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
5
6
7
...
17
Next >
Hot today
Help me learn codeing
2 Votes
Django server hosting
1 Votes
Pointers in C, C++, and C#: Essential for Performance or Productivity Blockers?
2 Votes
Easy one !!!
0 Votes
How to create calculator
2 Votes
Why HTML and css not connec? I am has used code <link , but dosn't work
1 Votes
I want advice!!!
0 Votes
i am 16 yrs student from india . i learnt c language. now i want to learn further . what should i do ?
1 Votes
What's the difference between variable declaration in JavaScript?!
0 Votes
pychromecast - how to get started?
2 Votes