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
What is the mistake in this code ? Why I am not geting the desired output?
python
python3
1 Vote
2 Réponses
24th Jan 2021, 5:10 AM
Shlok Jathar
C++, Bubble sort, how to change the code to see every step of sort in the output?
algorithm
array
bubblesort
c++
0 Vote
4 Réponses
3rd Feb 2021, 3:08 PM
Martyna Tomaszewska
What is the mistake in this code ? Why I am not geting the desired output?
python
python3
0 Vote
3 Réponses
24th Jan 2021, 8:45 AM
Shlok Jathar
Is there a way i can write this code using any loop and still get the same output?
java
0 Vote
4 Réponses
12th Aug 2020, 6:22 AM
John
Am I the only one getting 'Skipping 2' as an the output? for the following program in python:
loops
0 Vote
8 Réponses
2nd Mar 2018, 1:43 PM
Msizi
Can anyone tell me what shall I do about the unnecessary commas and apostrophe in the output?
python
solution
0 Vote
3 Réponses
25th Apr 2022, 1:57 PM
Kaushik
How to change the Month 01, 02, 03,... into January, February, March,etc in output?
javascript
switch
1 Vote
2 Réponses
27th Oct 2017, 5:57 AM
Stephen Talorong
will SELECT FROM CUSTOMER; & SELECT * FROM CUSTOMER; give the same output?
sql
0 Vote
1 Réponse
19th May 2020, 2:54 PM
Meghana Lakayil
Can someone help me with the output of this code?Why we have *TEST PP Z rincipal* in the output?
c
3 Votes
4 Réponses
22nd May 2020, 11:19 PM
Nika Soltani Tehrani
Char a='a' ,b='b' ; char *p=&a ; char *&r=p; r=&b; cout<<*p; find the output?
c++
code
question
quiz
solve
1 Vote
2 Réponses
27th Nov 2017, 6:38 PM
NIKOLA Tesla😌
What is the logic to write a code, so that we get number pyramid as output?
numberpyramid
python
0 Vote
2 Réponses
31st Jan 2022, 11:05 AM
మాధురి
what is the output? public static void Main (String[] arg) { int a = 5; int b = 5; Console.WriteLine(++a + b++); }
c#
operators
1 Vote
17 Réponses
25th Jul 2016, 12:37 PM
Evan Sihab
I used <br> and </br> instead of <br/>. But why it makes no change in the output?
why?
3 Votes
3 Réponses
20th Mar 2018, 12:28 PM
Valli Kowsalya
I want to ask why is 9, 25, and 49 still prints the output? They are not prime numbers
prime
program
3 Votes
6 Réponses
20th Jan 2018, 3:56 AM
JRez
Please can anyone explain the output? I don't understand i try but still no. Why numbers are evens !?
decorator
finite_decorator
python
1 Vote
4 Réponses
27th Oct 2021, 2:10 PM
ola Scar
Wrong Output? print (float(input("What is your age: ")) + float(input("Your spouse's age: ")))
python
type-conversion
0 Vote
1 Réponse
20th Jan 2018, 4:20 PM
Dhruuv Sharma
Do you agree or disagree that programming can be compiled in a way that encourages people to learn using positive output?
code
coders
coding
language
messages
output
positive
program
programming
ßřị
8 Votes
6 Réponses
29th Apr 2017, 3:20 AM
Brigette Herrick
Hi can some body explain me about a program to give Fibonacci series in the output?
c++
while
1 Vote
2 Réponses
5th Aug 2022, 8:42 AM
Ppsh
How can i stop this loop using break?? Having the same output? And without it?
break
help
java
loop
return
0 Vote
1 Réponse
10th Mar 2020, 1:41 PM
Pame
I think enum counting in a same sequence of range but this code l don't understand enum concept . What is the output? Explain
c
sololearn
0 Vote
11 Réponses
23rd Aug 2020, 5:47 AM
Suparna Podder
Its a program for reversing an arr,but th code is acc C++ for 12th,after compiling there's no error but I won't get the output?
help
me
1 Vote
13 Réponses
24th Jun 2020, 2:54 AM
Yash Sarnaik
Tell me please. How can I make sure that Cyrillic is displayed in the output?
c++
1 Vote
2 Réponses
25th Oct 2017, 8:20 PM
Дмитрий Кузнецов
How can l slove this output? Plz explain ? Why it's out put to show 1
c++
sololearn
0 Vote
1 Réponse
20th Aug 2020, 9:24 PM
Suparna Podder
Why is the inserted code giving output as 64 but when i give cout<< pro(4); it gives 16 as output?
c++
0 Vote
6 Réponses
14th Feb 2020, 4:05 PM
Shatanik Mahanty
How can I make my code choose from random words to produce an answer or output?
c++
2 Votes
2 Réponses
20th Apr 2017, 6:56 PM
Avela Zolile Mdingi
What Is The Default Data Types That python take as input & shows Output?
python
0 Vote
2 Réponses
26th Mar 2017, 6:19 PM
Rakib
How to print numbers which is divisible by 7 from 18 to 543 and sum their output?
python3
0 Vote
1 Réponse
4th Sep 2020, 8:24 PM
Mohammed Zubair
Can anyone explain the logic to me that how do I have been getting 32 as an output?
c
0 Vote
2 Réponses
10th Jan 2020, 9:35 AM
Aayush Srivastava
**When i=4 , j=1 , switch (4+1-1)=4, ( case 4: ) what will be the right output? **
c
cprogramming
help
output_tracing
0 Vote
3 Réponses
4th Jan 2022, 6:07 PM
Rafid
Duplicate a div on clicking add button and appending to current output? The div must be added again & again wen add clicked
html
jquery
0 Vote
13 Réponses
14th Jan 2018, 12:16 PM
muhammed rizwan
In which page of the computer can you run a python code and finds its output?
help
0 Vote
2 Réponses
3rd Sep 2022, 8:48 AM
Alem Gilo
I am Trying to Print The Star Pattern In Java,But It Is Not Giving Tge Desired Output?
for
loops
pattern
star
1 Vote
2 Réponses
21st Jun 2019, 10:23 AM
Arrow Jr
What will be the output? #include<stdio.h> main() { char s[ ]="Hello"; int i; for(i=0;s[i];i++) printf("%c%
c++
0 Vote
2 Réponses
20th Jul 2017, 7:36 PM
Gauri Konde
I need some help in completing the code! How to get single output? This was a problem from code coach.
python
0 Vote
3 Réponses
8th Jun 2020, 5:52 AM
sakif hossain
I want to find the unique numbers of particular arry and this is my attempt it doesnt give the correct output?
c
2 Votes
3 Réponses
14th Aug 2020, 5:30 AM
narthana wickramasinghe
Could anyone explain me the output? i = 0 while 1==1: print(i) i = i +1 print("Finished") Output: 0 Finished 1 Fi
output
python
4 Votes
2 Réponses
19th Jul 2020, 6:40 PM
Dheeraj Mittal🇮🇳
How to make an app that compile code let as say python and show the output?
code
compiler
editor
interpreter
pydroid
python
qpython
0 Vote
1 Réponse
31st Jan 2020, 6:24 PM
Rohit
How can i make an age calculator which takes DD-MM-YYYY as input and give age in years as output?
python
0 Vote
4 Réponses
31st Jul 2016, 10:02 AM
Hafiz Muhammad Moinuddin
Why is the text "New Paragraph" not visible in the output? It should appear additionally next to "Old Paragraph".
document.getelementsbyclassname
inner-classes
javascript
0 Vote
3 Réponses
8th Feb 2022, 10:35 AM
CodeX
**What is the usage of "Break" statement here and how 6 came on the output? **
#basic
#c
#cprogramming
#help
#urgent
0 Vote
1 Réponse
2nd Jan 2022, 2:57 PM
Rafid
What is the differences of my code? Why get Value1 cannot be run or no output? Actually, these code adopt same Principle.
html
js
0 Vote
3 Réponses
8th Jun 2023, 8:23 AM
Oliver Pasaribu
КАК СДЕЛАТЬ СПИСОК С РАНДОМНЫМ ВЫВОДОМ ОБЪЕКТОВ В НЕМ? HOW TO MAKE LIST, WITH RANDOM OUTPUT?
help
python
0 Vote
1 Réponse
27th Sep 2018, 2:21 PM
Joe
Where i write ruby code? How i excute code?is ruby already installed? Where it display output?
ruby
sololearn
1 Vote
1 Réponse
19th May 2017, 12:57 PM
Ram Anuj Verma
What is the code for this? Can you explain how that code execute this output? How do you write its flowchart? THANKS A LOT!!
@c#
@codes
@flowchart
-1 Vote
6 Réponses
2nd Oct 2019, 6:38 AM
Beginner_Programmer
Jadi knp kita menulis double slashes dan seterusnya jika yg itu tidak keluar di output? Dan apa fungsi dari baris DOUBLE SLASH?
c++
comments
0 Vote
4 Réponses
30th Sep 2017, 1:54 AM
Daffa Pratama
I got this question on python challenge, what's the output? And why does this have ; at the end? Python doesn't need that right?
python
0 Vote
5 Réponses
23rd Apr 2020, 5:46 PM
Anrico Gideon
Is there any relation between the number given to srand() function and the generated ramdom numbers as output?
c++
rand
1 Vote
1 Réponse
6th Jun 2018, 3:15 AM
Rounak Sartaliya
Why does SoloLearn (or any other coding app in mobile phones or tablets) takes the input *before* showing the output?
input
output
python
sololearn
0 Vote
1 Réponse
20th Oct 2019, 3:13 PM
Nabh Chandra
This is an 8 line PHP Code. And simple 100% error cleared Code... What is its output?
hashes
ucs.tudents
0 Vote
1 Réponse
18th Jan 2019, 12:46 PM
Junk Raider
Why sometimes when we look output for the code shows"no output" even for simple code but after trying 2or3 times we get output?
c++
loops
4 Votes
3 Réponses
24th Jul 2017, 8:07 PM
Yasir Faiz Ahmed
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
11
12
13
Suivant >
Aujourd'hui en vedette
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
I’m new someone can help me
0 Votes
What's doctype htMl
2 Votes
HTML community, HELP!!
0 Votes