Kurse
Kurse
Code Compiler
Code Compiler
Diskutieren
Teams
Anmelden
Registrieren
Menu
F&A Diskussionen
Suchen
Suchen
Eine Frage stellen
Eine Frage stellen
Please explain the working of the following code:
c++
explain
output
while
working
1 Stimme
2 Antworten
17th Feb 2017, 4:32 PM
Himanshu Kumar
What is wronh in this code: def my_func(x); assert x>0, "error" print(x) my_func(-1)
assertions
5 Stimmen
3 Antworten
16th Jan 2019, 2:06 PM
Anonymous....
How the answer is 8 for the following code:
c#
methods
2 Stimmen
3 Antworten
22nd May 2017, 9:00 AM
Rishabh saxena
What will be the output of the code:
c++
0 Stimmen
2 Antworten
18th Dec 2017, 8:43 PM
rajmit kevadiya
how can i trace letter by letter? please in this code:
java
0 Stimmen
10 Antworten
5th Sep 2017, 10:20 PM
Noush Rabah
Why Base b; is an error on this code:
error
why
3 Stimmen
1 Antwort
1st Aug 2017, 1:58 AM
Gustave A C/D C ☢️ 🛸🛸🛸
Why static is used in code: static void speak(){ }
java
sololearn
static
1 Stimme
3 Antworten
23rd Jul 2019, 10:27 AM
Satnam Singh
¿anyone know how to read this code: 0x2A3454 , "\x10\x40\x1C\x46", 4);
no
se
-1 Stimme
6 Antworten
23rd Apr 2020, 8:06 PM
IGNACIO
What would be the result of the following code: '{0}{1}{0}'.format(1, 0)?
python3
0 Stimmen
5 Antworten
23rd Jul 2020, 10:29 AM
Abhijeet Bhati
Question: https://www.sololearn.com/coach/22?ref=app
.
code:
my
0 Stimmen
4 Antworten
23rd May 2021, 5:56 AM
Md Abu Taher
Someone please help me find out what's wrong with this code:
candy
halloween
1 Stimme
3 Antworten
26th Mar 2020, 7:31 PM
John Ifegwu
Why do we get ZeroDivisionError also as output for the code:
exceptions
python
try/except
1 Stimme
3 Antworten
13th Feb 2019, 9:15 AM
Kashif Nawaz
🆘 Maybe it's something wrong with me but I don't understand why in the 🐍 code:
classes
instances
python
8 Stimmen
7 Antworten
18th Apr 2020, 10:04 PM
Janusz Bujak 🇵🇱 🇺🇦
Can somebody please help me out with the "Bob The Builder" question. Here's my code:
machinelearning
python
2 Stimmen
8 Antworten
3rd Aug 2021, 7:59 PM
Srijito Ghosh
What is the time ,space Complexity of the following code:
and
complexity
space
time
-1 Stimme
1 Antwort
7th Jul 2020, 8:09 AM
Precious Chisom Obisike
Why the output is a=3 b=5 and not a=3 b=4 for the code:
c
0 Stimmen
5 Antworten
20th Nov 2020, 12:31 PM
Tom Tanner
I sometimes have some problems with selecting elements from DOM. For example in this code:
dom
html
javascript
11 Stimmen
8 Antworten
26th Jan 2017, 4:05 PM
Aydin
I want an explanation to this code: What is it "|"
python
0 Stimmen
3 Antworten
4th May 2017, 2:58 PM
Jean Fouby 🇨🇲
Please help me to write object oriented of this java code:
java
0 Stimmen
2 Antworten
9th Oct 2018, 4:05 PM
hamid
I made a mistake in the code: I can not find where. help me please =)
codeplayground
python
0 Stimmen
8 Antworten
12th May 2020, 6:29 PM
Ivan Sholokhov
Hi guys I'm new in java can anyone help me to print out a reversed string this my code:
java
1 Stimme
14 Antworten
16th Sep 2021, 10:25 AM
Coderalgeria
can any one explain how the out put comes for this code:
whileloop
1 Stimme
2 Antworten
23rd Dec 2016, 5:15 PM
Leoulg
What is the meaning in following java code: String s1="hello"; String s2="hello";boolean c=s1.equals(s2); System.out.println(c);
equals
java
strings
1 Stimme
4 Antworten
1st Dec 2016, 8:03 PM
Sagar Maharana
What is the value of a3 in the following code: string a1,a2,a3; a1="45" a2="31" a3=a2+a1;
c++
logicalexpression
strings
variables
2 Stimmen
6 Antworten
27th Sep 2016, 5:51 PM
Devansh Kaushik
Who wants to help me learn also German by joining my Doulingo Club "App Programmers"? Code: CVZBKD
german
germany
learn
programmers
3 Stimmen
11 Antworten
10th Jul 2017, 7:08 PM
Klodian Lula
Can someone please explain each part of this code: Console.Write("{0, 8}", tipRate.ToString("F"));
c#
loops
1 Stimme
1 Antwort
20th Sep 2017, 7:37 PM
Abdul Hamid Durrani
Write the output after removing the error in given code: for a in range(10,0,-2) print (a)
do
how
python3
thisquestion
to
0 Stimmen
4 Antworten
3rd Dec 2020, 11:11 AM
Rohit Kumar Chanotra
I am trying to make a dropdown list, Can someone please tell me what is wrong in this code:
css3
errors
html5
2 Stimmen
3 Antworten
1st Sep 2019, 1:38 AM
Izuku Midoria
I face test case problem of hovercraft code coach in Sololearn. Please help me. Here is my code:
case
coach
code
hovercraft
problem
python
test
2 Stimmen
3 Antworten
4th Mar 2023, 6:29 AM
Dipanita Saha
My most popular code: My Followers 👤👤👥👤👥👥👤👥👤👤👥 has lost all his 5️⃣9️⃣4️⃣ likes⁉️ [FIXED] [Bug is back] [FIXED AGAIN]
bug
sololearn
5 Stimmen
3 Antworten
7th Jun 2022, 6:52 PM
Janusz Bujak 🇵🇱 🇺🇦
guys what's the way to solve the IMC calculator in Python beginners? Hidden test 4 fails, Take a look at my code: help!!
help
imccalculator
python
python3
3 Stimmen
8 Antworten
28th May 2021, 11:09 PM
Juan Bohórquez
Error in my code: String cannot be converted to int / String cannot be converted to double
attributes
getters
setters
0 Stimmen
4 Antworten
22nd Dec 2017, 10:10 PM
ota.234
When I did a tutorial about Unity 3d I learnt to display a result with the code: Debug.Log( "message");
c#
output
0 Stimmen
6 Antworten
9th Aug 2016, 9:41 AM
Siegfried_27
I just started programming from scratch. Can somebody explain this line of code: Console.Write(someNums[k, j]+" ");
arrays
c#
0 Stimmen
2 Antworten
26th Jul 2017, 1:54 PM
Shaik Abdullah Shah Alam
here is my code: $(function () { $('.slideArnd').click(function () { $('dt a, dd, h1, h2, h3, h4, p, img').slideUp(
javascript
jquery
0 Stimmen
2 Antworten
5th Apr 2021, 11:21 AM
CedyAdvance
In the code: for(x=1; x<=5; x++) { system.out.printIn(x); } ++x and x++ has no difference in the output ... why?
java
loops
-1 Stimme
3 Antworten
13th Mar 2017, 8:51 AM
Karuna Kukreja
hey guys i m a free lancer in web designing n i 've a ques. Can smbdy chk out my code:
c++
1 Stimme
4 Antworten
12th Jun 2016, 7:20 AM
Harshveer
I am stuck in a problem while solving jungle camping example in c, can anyone please solve this issue? Here is my code:
c
camping
jungle
1 Stimme
2 Antworten
18th May 2020, 1:42 PM
Abhishek Shivade
Can somebody help me with Match Results the course is go my code: func main() { results := []string{"w", "l", "w", "d", "w",
code
course
go
have
help
i
is
my
please
the
0 Stimmen
2 Antworten
20th Jul 2021, 4:41 PM
Michael smith
Show the printout of the following code: Suppose the input is 2 3 4 5 0. What is the output of the following code?
java
0 Stimmen
2 Antworten
24th Nov 2020, 12:48 PM
Zaina Fannana
If I'm use this version of code: open(test.bin,b) - why test say me "error"? Atribute "r" was set by default or not?
files
python
0 Stimmen
3 Antworten
6th Dec 2016, 7:10 AM
Сергей Осадчий
Hey Everyone! Please help me, it's so serious! I would like to make a code for a shutter control in C++, here's the code:
c++
1 Stimme
1 Antwort
11th Jun 2018, 7:06 PM
Benedek Szabó
Which choice is the output value of the following code: var a = 0 let b = ++a let c = a++ print("\(a) \(b) \(c)")
operators
swift
2 Stimmen
2 Antworten
6th Sep 2016, 7:34 AM
Fetsi Hlase
Can some buddy hep me?? What is the value of a3 in the following code: string a1,a2,a3; a1="45" a2="31" a3=a2+a1;
c++
logicalexpression
strings
variables
0 Stimmen
1 Antwort
28th Sep 2016, 7:41 AM
Devansh Kaushik
I tried this code: def multiply_numbers(x, y): if x>y: return x else: return x*y print(multiply_numbers(4, 5)) It says syntax error on line 4. Can someone please help out?
functions
python
1 Stimme
7 Antworten
31st Aug 2016, 9:58 AM
Odogwudozilla
see my code: I am trying to repeat my alarm on the user request, but it doesn't work, give me advice please
android
java
0 Stimmen
2 Antworten
25th Dec 2017, 7:03 PM
John
my javascipt code shows nothing there is the code: <!DOCTYPE html> <html> <body> <script> document. write ("Hello, World"); </script> </body> </html> pls tell what's the error.
javascript
-2 Stimmen
5 Antworten
8th Jul 2016, 10:38 AM
Ayush chadha
How to remove all occurences from doubly linked list in java? Here is my code: Contents means the data in my node - it is String
java
0 Stimmen
1 Antwort
21st Apr 2018, 12:21 PM
Abdurakhmonjon Makhkamjonov
hello. please help me to understand this code: int main(){ int i=50, b=20,c=30; i=c,b; cout<<i<<endl; i=(c,b); cout<<i<<endl; } outputs: 30 20 I don't realize, what does the parantheses change (3 and 5 line)
c++
1 Stimme
3 Antworten
23rd Jun 2016, 4:42 PM
Dennis
Hi! can anyone help me to write this simple code: #include <iostream> using namespace std; int main() { if (7 > 4) { cout << "Yes"; } return 0; } into Microsoft Visual Studio 2015?
c++
if-statements
0 Stimmen
4 Antworten
21st Jul 2016, 10:15 AM
David Kela
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
< Vorherige
1
2
3
Weiter >
Heute heiß
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Odd even threads without condition variable
0 Votes
Ejercicio Pytho
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Game development
0 Votes
Suggestions needed
4 Votes
Write a program to find the strings are in isogram or not
0 Votes
Ruby programming?
3 Votes