Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
Why 0 and 1 ? Why not 0 , 1 and 2 ?
0
1
binary
2 Votes
6 Réponses
22nd Sep 2017, 12:35 PM
Yusuf
[C Language] prime factorization .. Example : How to make output 2 2 2 3 7 7 become 2^3 * 3^1 * 7^2 ?
c
clanguage
help
helpme
me
please
5 Votes
34 Réponses
18th Oct 2020, 10:17 AM
Briana
Why the ouput differ from 1 2 then 3 4 in another line and so on?
html
tables
1 Vote
1 Réponse
5th Jun 2017, 3:34 PM
Avi Tiwari
why task 2 and 3 is not working
codecoach
python
security
0 Vote
4 Réponses
20th Jul 2020, 5:57 PM
Somil Khandelwal
Can I store 3 data/records in 1 field?
database
java
laragon
netbeans
2 Votes
1 Réponse
1st Jun 2023, 9:43 AM
Nasywa
>>> 2 + 2 4 >>> 5 + 4 - 3 6
help
0 Vote
3 Réponses
4th Jul 2018, 9:17 PM
Aman Raj
I need help again pls. Switch Statement 1 -1stYear 2 -2ndYear 3 -3rdYear 4 -4thYear ----- Example: Enter Num:2 2ndYear
c++
1 Vote
11 Réponses
10th Mar 2019, 11:43 PM
Rhea May Abay
Why 2 +, but only 1 - ?
java
operators
1 Vote
5 Réponses
10th Dec 2017, 5:17 PM
Joshua
Why is this array 2 and not 3
array
arrays
help
solve
0 Vote
3 Réponses
15th Apr 2022, 11:42 PM
The Embler
Write a python program to compute the sum 1 − 2 + 3 − 4 + ··· + 1999 − 2000.
loops
range
1 Vote
7 Réponses
4th Jun 2022, 6:00 PM
agboola zainab
Why is the output 1 2 4 3?
c
functions
global
1 Vote
2 Réponses
14th Apr 2020, 3:13 PM
Cristian Daraban
Need help by C++ challange Quest 1 No. 3
c++
1 Vote
5 Réponses
7th Jul 2017, 6:17 AM
Christian Liebel
What's the method for figuring out question 2 on module 3
python
0 Vote
12 Réponses
5th Sep 2016, 6:02 PM
Jian Xin Lim
What to do to increment by 2 instead of 1 ?
java
operators
6 Votes
8 Réponses
8th Sep 2018, 4:44 AM
kp kalia
Can one use 2 different frameworks, 1 for client, 1 for server?
framework
frameworks
javascript
php
sql
1 Vote
1 Réponse
9th Jun 2018, 7:13 PM
Daniel Zuluaga
Do for learning html5, are we required to have a knowledge of html 1 2 3 and 4 versions
html
3 Votes
4 Réponses
24th Dec 2016, 6:31 PM
CR 7
Which python 2 or 3 is better for the beginer
data-types
python
1 Vote
18 Réponses
14th Oct 2016, 4:01 PM
Rupesh Bhandari
please explain ----> if 1 + 1 * 3 == 6: print("Yes") else: print("No")
operator-precedence
python
2 Votes
3 Réponses
14th Apr 2020, 2:59 PM
Audie
How can I print this series 1 -2 3 -4 5 -6...N
c
c++
2 Votes
19 Réponses
23rd Apr 2023, 11:06 AM
Hetal Chavda
Difference between python 2 and python 3
python
python3
0 Vote
1 Réponse
4th Apr 2017, 9:46 AM
sathiyanarayanan
Why it output as 1 instead of 3
javascript
1 Vote
1 Réponse
23rd Aug 2018, 5:40 AM
Karthick
1 : <! - 2 : - >
1
défi
html
0 Vote
1 Réponse
8th Mar 2020, 6:39 PM
MARLANT
can we use two threads so that thread 1 prints a and thread 2 prints 2 alternately? output should be like this thread 1 a thread 2 b thread 1 a thread 2 b can we use wait() for this purpose?
java
threads
3 Votes
6 Réponses
20th Jul 2016, 4:58 PM
sreeraj g
Как сложить 2 массива чтобы получить 3 массив?
arrays
0 Vote
2 Réponses
25th Jun 2018, 4:08 AM
Кайрат Сыманов
difference between 2 dimensional and 3 dimensional arrays
arrays
c#
1 Vote
2 Réponses
17th Jun 2016, 9:44 AM
Bathini Pranay kumar
Why the answer is 2 instead of 1 here?
1
0 Vote
3 Réponses
14th Mar 2020, 5:38 AM
Umidbek
How to read data website 1 in website 2 with api?
api
php
0 Vote
16 Réponses
12th Apr 2024, 5:58 AM
Audsay
TypeError sendto() takes 2 or 3 arguments (1 given)
python3
server-side
0 Vote
4 Réponses
7th Jul 2022, 12:25 AM
Bogdan Bogdanov
How do you make a code to output in a single line instead of separate lines? E.g 1 2 3 4(in python)
python
python3
5 Votes
4 Réponses
1st Jan 2021, 5:37 PM
Angry Student(Docvad)
Please reply which programming language should be used by me to lay out 2/3d games?
1
2
3
4
5
6-comment
2 Votes
6 Réponses
9th Aug 2018, 4:27 PM
Albert Whittaker :Shaken To Code
C program to print sum of multiples of 3 between 1 to 100
c
1 Vote
5 Réponses
31st Jul 2018, 12:51 PM
naman awasthi
count(3,2) will start from 3 and increase by interval 2
itertools
python
6 Votes
4 Réponses
28th Oct 2016, 12:18 AM
Shekhar Bahuguna
I am looking for a function that find A numbers in B range that sum to C Ex: B =5 A =3 C= 8 Output: 1 2 5 1 3 4
c++
python
python3
1 Vote
8 Réponses
1st May 2021, 1:45 AM
Emad
Should solo learn teach python 2 and python 3 seperately
python
3 Votes
7 Réponses
15th Aug 2017, 7:59 AM
Poet🎭
Where is error in Java program (comment 1 or 2 or 3)?
break
continue
error
java
label
4 Votes
2 Réponses
29th May 2019, 7:30 PM
Андрей Чачин, Andrew Chachin
Python make thread 1 complet thread 2 job
python
python2.7
threading
0 Vote
1 Réponse
23rd Mar 2019, 4:29 AM
Zamoslovski
x=[ 1 ] y=[ 2 ] x.extend(y+x) print(y+x) print(x) print(y)
playground
0 Vote
5 Réponses
25th Feb 2020, 7:03 AM
Satyam Mishra
Why 3 + 2 = 5.0 not 5
python
0 Vote
2 Réponses
19th Dec 2016, 8:02 AM
Shirisha Sri
Write a C program to print the following character number pyramid as: 1 A B 2 3 4 C D E F
c++
1 Vote
5 Réponses
9th Jun 2018, 10:10 PM
Anas El messlati
Why this python code print only 1 and not 3
python
0 Vote
2 Réponses
15th Dec 2021, 9:47 AM
Hamza Hamza
how to print 2 superscript 3 in c++.
c++
1 Vote
1 Réponse
19th Apr 2017, 11:42 AM
Mexson Fernandes
Why output of this code is 1 not 2 ?
java
3 Votes
2 Réponses
29th Jun 2020, 6:43 AM
Randeep Singh
How to make 2 code bits as 1 code bit?
code
html
0 Vote
2 Réponses
8th Jan 2022, 11:49 AM
Neha
How to get my level up from level 1 to 2
knowledge
level
profile
progress
3 Votes
5 Réponses
30th May 2022, 5:35 AM
Tahir Mahmood Wahla
Why is Python 2 different from Python 3
python3
0 Vote
1 Réponse
21st May 2017, 9:51 PM
Abubakar Sadeeq Jidda
Placing 2 or 3 images side by side.
div
help
images
0 Vote
1 Réponse
13th Jan 2017, 3:24 PM
Stan vH (Tacticalhuman)
Can we use 2 else with 1 if statement ?
openpyxl
python
1 Vote
4 Réponses
6th Feb 2019, 6:11 PM
Abhishek V
Time complexity of decision 🌲 with base 2 and 3
algorithm
decisiontree
sort
2 Votes
3 Réponses
3rd Apr 2021, 7:06 AM
Sanjay Kamath
W.A.P to check the no. Is divisible by 2 and 3
c++
else-statements
2 Votes
10 Réponses
2nd Oct 2017, 5:54 PM
Satya Rebel
How to switch from players 1 to players 2 and delete the player 1 word typed?
functions
games
guessing
python
word
1 Vote
1 Réponse
4th May 2020, 8:37 PM
Amxl Amixul
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
2
3
4
...
10
Suivant >
Aujourd'hui en vedette
X velocity
2 Votes
And... Who is the staff then?
3 Votes
Files not linking in C++
0 Votes
I am a super beginner
1 Votes
Web Dev
1 Votes
I want to make a triangle area calculator ,anybody can teach me
2 Votes
Img & web server or personal info
0 Votes
Pls give me an idea
1 Votes
Why Pro?
1 Votes
How to achieve "Sololearner" achievement?
0 Votes