Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Tarification
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
en formatting text, can you get the same result when using different tag
html
1 Vote
4 Réponses
29th Dec 2016, 7:25 AM
sukanya vasamsetti
How can I store the result of a mysql query to a PHP variable?
mysql
php
2 Votes
6 Réponses
23rd Dec 2016, 12:15 PM
Twaha Rahman
I need to write a prohram that prompts user for his income and display the result on the screen.
if-statements
1 Vote
19 Réponses
7th May 2019, 5:58 AM
Joshua Olaoye
What is the result of this code? nums = [9, 8, 7, 6, 5] nums.append(4) nums.insert(2, 11) print(len(nums))
lists
python
-1 Vote
5 Réponses
5th Dec 2016, 12:11 PM
Alisha Leay
**DAILY CHALLENGE**: Write a code that get as input a mathematical function as string. calculate and print the result of it!
c#
c++
community
dailychallenge
java
javascript
php
programming
python
ruby
12 Votes
24 Réponses
27th Jul 2017, 9:17 PM
Julian Fechner
Why each time I run this code it's the same result using rand() function?
c
random
1 Vote
3 Réponses
17th Sep 2019, 7:22 AM
Hadjer
Join three tables(students names ,teachers names , class) and get their result ?
join
sql
2 Votes
3 Réponses
13th May 2017, 2:41 AM
AlkhidierAbdalla Bakhiet idriss
Why the result of 25 % 7 is 4? I don't understand
operators
0 Vote
2 Réponses
6th Apr 2019, 6:38 AM
Nelson Martínez
Why is the result of this loop with continue function 16?
javascript
1 Vote
1 Réponse
17th Aug 2021, 8:17 PM
xadrus1799
What is the output of this code? int result = 0; for (int i = 0; i < 5; i++) { if (i == 3) { result += 10; } else {
java
0 Vote
5 Réponses
27th Jun 2017, 2:43 PM
Walter Mugo
What is the result of this code? >>> x = "a" >>> x *= 3 print(x)
=
>>>
code?
is
of
result
the
this
what
x
0 Vote
1 Réponse
25th Mar 2020, 4:50 AM
Ugochukwu Celestine
Slicing Doubt : why does the 2nd print statement result in blank?
python
slicing
0 Vote
2 Réponses
6th Aug 2023, 11:59 AM
Dayya
could someone help me and explain the difference in the result between the two codes?
doubt
java
objects
9 Votes
3 Réponses
17th Oct 2017, 5:09 PM
Malkon F
Python function that returns a Boolean result based on whether the string parameter passed in is an integer.
python3
-2 Votes
11 Réponses
27th Aug 2021, 2:46 PM
Kavitha AV
Why is the result of this code not a list, or is my code wrong?
lambda
map
python
python3
3 Votes
3 Réponses
23rd Dec 2019, 8:38 PM
Charles Xstorm Ukadike
How do you access the result of a text box in HTML?
html
web
0 Vote
4 Réponses
6th Nov 2017, 9:22 PM
jacksonofgames 28
Is it possible fr randint() to return same result twice?
python
0 Vote
2 Réponses
29th Nov 2016, 4:15 AM
Pradeep G
[Solved] Why does swapping lines 6 and 7 result in a different output?
python
python3
0 Vote
2 Réponses
7th Oct 2020, 5:51 PM
Adam Stork
Solved: Code Coach: Jungle Camping. I am stuck. The last result is wrong. Helpful for any advice.
c++
1 Vote
6 Réponses
29th Dec 2023, 4:15 PM
Denis Durban
The last c# question result is country and capital and it won't execute.
first
need
solution
someone
timer
with
1 Vote
2 Réponses
22nd Jun 2023, 5:09 PM
Oscar
Concatenate two value "To" and "day" and assign the result to a variable (when)
python
0 Vote
7 Réponses
5th May 2017, 6:23 AM
AidilSha 6
What programming language should I use to program a robot?
output
result
robotics
0 Vote
2 Réponses
24th May 2020, 7:02 PM
Conor Walsh
What is the result if I press ok in a prompt without writing anything ?
javascript
1 Vote
5 Réponses
4th Sep 2020, 10:32 AM
RichardB
Can you explain why the result is 28 . Thanks in advance
c
0 Vote
2 Réponses
12th Aug 2019, 8:05 AM
Spring
This code is not giving me the expected result please help me resolve it.
java
1 Vote
3 Réponses
8th Sep 2020, 7:53 PM
Sunday Othniel
What is difference between if(1=2} and if (1==2),in first case result is 1,in second 0, please,explain me,why ??
c++
6 Votes
12 Réponses
7th Oct 2017, 10:03 AM
pro
How does the output give result 012 in the following code bit?
javascript
0 Vote
2 Réponses
24th Nov 2022, 3:50 PM
Ashish Yadav
How can we convert query result variable in integer in php
mysql
php
0 Vote
1 Réponse
5th Jul 2020, 1:46 PM
Bhavik Trambadiya
How to fetch the result of whois like site using python
data_fetch
python
1 Vote
2 Réponses
16th Jul 2017, 6:09 PM
Lakshya Yadav
Guys how can i delete [] and , (change , to _) from result
python
1 Vote
2 Réponses
24th Feb 2023, 6:18 PM
Amirhossein Ghannad
Could anyone explain me why the result of this question is b? Aren't a and b identical (same type and same value)?
javascript
5 Votes
11 Réponses
30th Mar 2019, 11:51 AM
Leonardo
Can anyone tell me about the result generation of (a++ * ++a)?
c++
0 Vote
2 Réponses
12th Feb 2019, 6:30 AM
Hamza Ali
How to fill list from input user?Like this.If i input 3 the result is [1,2,3] and when i input 2 for 2nd result is [2,4,3]
python
1 Vote
2 Réponses
11th Nov 2016, 1:57 AM
omi
pls what is the result of this code if not true print("1") elif not(1+1==3): print("2") else print("3")
boolean-logic
python
3 Votes
7 Réponses
2nd Sep 2016, 4:59 PM
anthony
How many wrong code result have you even met in a challenge here ?
c++
challenges
code
java
python3
4 Votes
3 Réponses
6th Jan 2018, 3:55 PM
themx05
I do not understand why the following example, as a result shows six in C Challenge?
<stdio.h
>
4 Votes
3 Réponses
25th Mar 2022, 7:42 AM
Egor Tonchev(EGO)
Can any one explain why the result is 15 and not 9 ?
python3
1 Vote
4 Réponses
31st Oct 2017, 8:28 PM
Ahmed Kamal
Why do my java codes result in "compilation error" even if it is a short and simple code like this
compilation
error
java
2 Votes
16 Réponses
12th Mar 2019, 12:54 AM
matt
Why when I put srand(time(0)); before loop the result change?
c++
c++rand
ctime
functions
numbers
random
srand(time(0))
0 Vote
1 Réponse
30th Dec 2016, 12:46 AM
Nicole
How print result any two operation in an English statement?
output
python
0 Vote
1 Réponse
11th Jul 2016, 3:31 AM
Akash Desarda
Why is rounding necessary to just get a result here?
python
strings
1 Vote
1 Réponse
26th Dec 2016, 9:52 AM
Alpha
what is the nature of the result of getElementsByClassName() ?
dom
javascript
0 Vote
1 Réponse
27th Sep 2018, 3:52 PM
wajdi hamrouni
what is the result of >>> x= "a" >>>x*=3 pring(x)
python
python3
-1 Vote
2 Réponses
9th Jul 2017, 7:01 AM
Jacob Laba
Why $a++ and ++$a gives same result in for loop?
loops
php
0 Vote
1 Réponse
6th Dec 2017, 1:49 PM
Boris
Why the result doesn't give {8,9,7}, Set always give the values in their own order...
python
sets
substraction
0 Vote
3 Réponses
15th Feb 2024, 1:22 PM
Theo Martier
Is there a kind of function to get a result before starting the function?
predictions
time
timetravel
0 Vote
4 Réponses
21st Jul 2020, 12:47 AM
Marco Schwald
How to print result in 2*2*3 , something like this in that code .
c
2 Votes
2 Réponses
9th May 2019, 10:51 AM
poonam panchal
Is it possible to input an operator by character get result ?
character
data
type
0 Vote
2 Réponses
1st Jun 2020, 2:16 PM
Abhishek Kumar
I didn't understand this code the result is 0 but I didn't understand the algorithm
for
if
push
0 Vote
6 Réponses
29th Aug 2019, 5:13 PM
Chamseddine Louhmadi
could someone tell me why would the result of *p=*p+4 eqal to 17 ????!!! help
c++
help
pointers
1 Vote
7 Réponses
26th Dec 2017, 9:14 AM
RiGeL
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
11
12
13
...
21
Suivant >
Aujourd'hui en vedette
How to improve code readability
0 Votes
App
1 Votes
Solved Grouping data
0 Votes
Regarding course
0 Votes
I NEED to make a game
0 Votes
Please help with the output
0 Votes
In this code, I want to make exactly another div right next to it in div, how to edit it?
1 Votes
Python input() function is strange (a bug or a feature?)
1 Votes
Mentor
0 Votes
Please how can I learn dart language here
0 Votes