Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
im getting error and i cant understand whats wrong with it pls check n tell me
java
0 Votes
1 Answer
26th Sep 2017, 8:33 PM
Martin Andrew
store n perfect number in array say perfect [100].and also find the perfect number from perfect[100]..
arrays
loops
with
0 Votes
1 Answer
26th Mar 2020, 7:03 AM
Mehedi Sakib
Which language is better for developing web pages on the basis of programmers, Please tell and give ur precious points...! N why
development
html
web
webdevelopment
1 Vote
5 Answers
3rd Oct 2017, 2:56 PM
Satyam Anand
Alguien me ayuda hacer un algoritmo de base 10 a base n ( sin vectores ) por favor
html
0 Votes
1 Answer
6th Apr 2020, 7:45 PM
Rosaura Lopez
Python How to write a function with n as argument, If n=1 it prints f(x),If n=2 it prints f(f(x)), If n=3 it prints f(f(f(x)))?
functions
python
python3
0 Votes
3 Answers
12th Oct 2019, 5:47 AM
Susan Tandiono
What are requirements if i want to go in IoT or AI or Big Data n their scopes.in which countries
ai
bigdata
dataScience
iot
python
R
ruby
sql
1 Vote
3 Answers
9th Oct 2017, 10:06 PM
Sixth Sense
Given an array containing n distinct integers in the range [0,n](inclusive of both 0 and n). Find and return number not in range
arrays
c++
0 Votes
2 Answers
19th Feb 2024, 3:19 PM
Anuj Khare
what wud happen if we call gcd(m,n) with m positive nd n negative in the following definition
python
1 Vote
1 Answer
22nd Jul 2016, 7:09 PM
Vipul Jain
hey guys i m a free lancer in web designing n i 've a ques. Can smbdy chk out my code:
c++
1 Vote
4 Answers
12th Jun 2016, 7:20 AM
Harshveer
num = int(input()) def Fib(n): return n if (n<2) else Fib(n-2) + Fib(n-1) for i in range(6): print(Fib(i)) #compl
fibonacci
-1 Vote
2 Answers
23rd Nov 2020, 9:38 AM
Thakkar Heer
program using nested dictionary to add employee name designation & salary for n number of..... Full questions in description
class11
python
1 Vote
1 Answer
14th Feb 2023, 10:21 AM
Muskan Sharma
I don't understand why my program executes both case 0 and case 1 when N =0 is entered by user
beginner
c++
fibonacci
switch
0 Votes
3 Answers
20th Apr 2018, 2:12 PM
Jules SG
Challenge :- Write a program to input odd no.(n) of no.s i.e , n is odd and print it in to & fro form
any
java
language
or
7 Votes
2 Answers
24th Jan 2018, 10:34 AM
Mr.Curious
What is the use of try: ? It makes the program too complex ... We cant use try n expect every time !
exceptions
python
0 Votes
6 Answers
14th Aug 2016, 3:00 PM
Harish Krishna
An array of random numbers from n elements is given. Print the numbers in the index of which there is a number 2 .
python
python3
-2 Votes
3 Answers
5th Apr 2022, 4:15 PM
Gulnur
Im stuck here can anyone help 😭😭 function is a perfect square, which a given integer n, returns 1 if n is a perfect square.
c++
2 Votes
2 Answers
30th Nov 2018, 3:32 AM
Notorious.mimi
Write a program in bluej a to print the series s= 2! + 5! + 8! ..... n !
java
1 Vote
1 Answer
17th Aug 2018, 12:38 PM
Trisha Jhunjhunwala
i have read lots of stuff about ++x(pre) and x++(post) increments n decrements i need a totally simple explanation about that
c
cpp
0 Votes
4 Answers
6th Sep 2017, 10:30 AM
Avinash Talpade
In python, How can i print sequence of n nos in first line,n-1 in second line and so on?
c#
python
1 Vote
2 Answers
17th Mar 2018, 8:54 AM
Narender Aviti
Дан набор из N чисел. создать стека первый должен содержать все четные элементы из набора, второй все нечетные элементы.
c++
-2 Votes
4 Answers
27th Jun 2017, 2:04 PM
Улугбек Муратбаев
Getting Indexerror & can't solve it! n =6 i=0 c=[n] for i in range (n-1): c[i]=int(input("Enter a number:" )) . in Python
arrays
lists
loops
python
0 Votes
2 Answers
13th Sep 2021, 3:17 AM
Farzam Baig
a program to input n numbers from user and store them in a tuple. Print all the numbers from the tuple which is divisible by 5
python
sololearn
1 Vote
5 Answers
4th Feb 2023, 8:59 AM
Ayush
Two input m and n.if unit digit of m is not equal to n then concat two numbers else print m without unit digit
c
0 Votes
3 Answers
17th Jul 2020, 10:08 AM
Gowthama Swetha
what should be the code for the following output? * ** *** **** ***** ****** uptil n
c++
for
loop
-1 Vote
2 Answers
25th Sep 2016, 5:39 AM
bittu
In a array of n element first k(<=n)element is sorted ascending and remain n-k sorted in descending
sorting
1 Vote
1 Answer
10th Sep 2017, 4:59 PM
ram sahu
what is the roll of class in HTML?
class="submit"
class="user
define
n
names"
1 Vote
4 Answers
18th Feb 2018, 7:50 AM
Anshuman Bhuyan
Didn’t get why is it 34 in output, when I write X =3, n = 1...it has to be X...what am I doing with my life...
beginer
c++
help
question
result
urgently
1 Vote
4 Answers
18th Sep 2019, 8:58 AM
Марія Селезньова
The program must accept N integers as input. The program must print product of every three integers as the output
c
program
0 Votes
1 Answer
29th Jun 2020, 5:19 AM
Surya
A numeric array of length N is give. You are required to design a function that finds all positive numbers in the array that h
algorithm
data
3 Votes
3 Answers
30th Jun 2018, 6:55 AM
kim qim
How can I make this code simple I mean is there any way to code formulas in maths or physics
code
codeplayground
math
n
pa
physics
pressure
python
2 Votes
6 Answers
21st Sep 2023, 11:28 AM
P A Arrchith Iyer
Guys after completing this module what should I do next ... I m a beginner n want to develop a social nw app plz suggest ... really a newbie
exceptions
java
0 Votes
11 Answers
6th Aug 2016, 6:16 AM
Umed Jadhav
A)Using python data structure to store marks scored in subject "Python Programming" by N students in the class. Write functions
data-types
-1 Vote
1 Answer
16th Oct 2022, 5:09 PM
Yamini Gogineni
i made a program which gives a cross pattern of symbol (*) as a n output in 5 rows and 5 columns. what's the error here?
cpp
cross
pattern
symbol
0 Votes
5 Answers
11th Jan 2020, 5:06 PM
Ariz imam
Complete this code so that the Student interface’s contract is fulfilled and the code will compile. interface Student { id: n
angular
0 Votes
2 Answers
25th Sep 2020, 3:33 PM
Anas Emad
Write a program to accept the age of n employees and count the number of persons in the following age groups: a) 26 to 35
c++
-2 Votes
5 Answers
17th Sep 2017, 11:39 AM
bhavesh singh
There was a set of cards with numbers from 1 to N .One of the card is now lost .
python
0 Votes
1 Answer
8th Feb 2019, 8:45 AM
周志桓
[SOLVED] Error on 'n' digit armstrong number checker program
armstrong
c
digit
n
number
1 Vote
1 Answer
9th Oct 2020, 10:23 AM
March Zucherbug
I'm a beginner here.so I want to ask 4 best compiler n ide I can use for coding (especially for css)and can I do this an Android
css
0 Votes
6 Answers
5th Apr 2020, 4:39 PM
Alex Oduwole
tried dividing n in group of 50s, using if and print the rest, try correcting loop cin>>n;g=n;if(g>>50) {g=n-50; }cout<<g;
c++
0 Votes
1 Answer
18th May 2021, 11:43 AM
RAESEN
Hi.Just began journey as a programmer..My main aim is to be a full stack programmer (web and mobile) n also want to be hacker .
hacking
language
progrmming
supprt
which
0 Votes
6 Answers
1st Dec 2016, 3:31 PM
Umed Jadhav
Is it possible to combine these two codes and create a general logic for sum of digits of any n digit number?
sum_of_digits
2 Votes
2 Answers
30th Sep 2017, 12:10 PM
Saloni Singh
Two kingdoms are at war. Kingdom 1 has N soldiers (numbered as 1 to N) and the war goes on for K days. Each day only one soldi.
algorithm
program
2 Votes
6 Answers
29th Nov 2016, 3:46 AM
pratiksha chavan
Given an integer n , your task is to print the lowercase English word corresponding to the number if it is <=5 else print "Great
an
given
integer
is
n
print
task
the
to
your
0 Votes
3 Answers
3rd Apr 2022, 5:08 AM
And Me
use for...while loop and do...while loop to find the factoria of n positive integers between 1 and 50
c++
0 Votes
1 Answer
26th Aug 2018, 3:51 PM
Ojurommy Oluwaseun Oluwadermmylare Oluwafemmy
write a program to display month name ranging from 1 to 12 in java where n is read from user
java
1 Vote
1 Answer
27th Oct 2018, 12:37 PM
Zain Ali
Can anyone help me to solve a program. i.e. Form a largest possible integer x by concatenating n integers
python
sort
0 Votes
1 Answer
15th May 2020, 5:47 AM
KARTHIK K
def main(): n = eval(input("How many numbers do you have? ")) sum = 0.0 for i in range(n): x = eval(input("Enter a number
python3
0 Votes
2 Answers
22nd Jan 2022, 6:42 AM
Umar Nurudeen Ojo
Implement the yesOrNo () function, which asks for the number n. Next, we enter n numbers and store all entered numbers into an
array
go
scan
2 Votes
1 Answer
23rd Oct 2021, 4:12 AM
Zhenis Otarbay
A carpenter is cutting a long plank of wood of length N cm and fixed width of 2 cm into pieces of shorter lengths. Given that e
computer
science
0 Votes
5 Answers
5th Dec 2020, 2:01 PM
Franque Cgei
Даны натуральное число n, символы S1, ..., Sn. Преобразовать последовательность S1, ..., Sn, заменив в ней каждую из групп ...
c++
fast
help
n
0 Votes
1 Answer
23rd Feb 2018, 10:52 AM
Рома Кашпуров
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
13
14
15
...
17
Next >
Hot today
[OFFICIAL] 💘 Cupid’s Code Picks – Valentine’s Code Challenge 2025 Results
9 Votes
Data Analysis Course
1 Votes
Time up code for data revision
0 Votes
Web vs python
0 Votes
Is there LUA?
0 Votes
I want to learn why this error occurs in "while loop" function of Pythone.Can someone explain to me?
1 Votes
Which courses should i take for robotics?
1 Votes
url of code playground for HTML, CSS & JS
0 Votes
Is there a way to report something wrong?
0 Votes
Is it possible to see what modules come by default the Code Playground?
0 Votes