Kurse
Kurse
Code Compiler
Code Compiler
Diskutieren
Preise
Teams
Anmelden
Registrieren
Menu
F&A Diskussionen
Suchen
Suchen
Eine Frage stellen
Eine Frage stellen
Can anyone explain what is the meaning of "When an elsif block executes the entire if expression is exited."
elsif-statement
ruby
0 Stimmen
2 Antworten
29th Jun 2017, 8:37 PM
Prabhat Ranjan
I couldn't understand the concept of OOP in programming languages ... Can someone please help explain it to me?
classes
java
objects
oop
0 Stimmen
2 Antworten
14th Nov 2016, 1:14 PM
Ugwah chukwuemeka Emmanuel
do anyone know about delegates in c#? if yes can you please explain in detail what it is for?
c#
0 Stimmen
2 Antworten
10th Jul 2016, 12:58 PM
Shiva Sagar
Can someone please explain to me what visibly changes if one uses the "inside, outside" property for the list-style-position
css
lists
0 Stimmen
2 Antworten
24th Sep 2017, 11:45 AM
Patrick Idungafa
Can someone explain to me alist and how it can be used in a python code with an example if possible?
alist
python
0 Stimmen
1 Antwort
5th Oct 2020, 1:46 PM
...
Please, explain why num 1 = num also, why m = m *10 + num%10 and num/=10 ? See below program
java
0 Stimmen
2 Antworten
9th Dec 2016, 1:59 PM
Varun Singh
Even if I don't add a 'return' statement, the program still runs and gives same output. Can anyone pl explain the difference?
return
1 Stimme
2 Antworten
2nd Nov 2016, 7:37 AM
Samyak
Class, Can anyone here explain to me what is the different of invert and inverse in image filtering (invert, hue, grayscale, etc
css
filtering
image
1 Stimme
1 Antwort
9th Nov 2022, 2:03 PM
Oliver Pasaribu
Needing Postfix Explanation
can
don't
explain
i
it
me?
postfix
someone
to
understand
0 Stimmen
3 Antworten
13th Nov 2019, 11:37 PM
CodetMajor
Please explain how it's output is 100? #include <iostream> using namespace std; void myFunc(int *x) { *x = 100; } int main() { int var = 20; myFunc(&var); cout << var; }
c++
pointers
2 Stimmen
5 Antworten
16th Jul 2016, 7:37 AM
yashmi
Plz explain line number five (how counter is related to words )why in square brackets here , wht is the logic here ..?
for
forloos
function-arguments
functions
loops
syntax
whie
2 Stimmen
1 Antwort
7th Jan 2018, 12:13 PM
Bilal Asghar
Can you explain me, why does it always output true? I would like to know if appointed substring is present in original string.
c++
0 Stimmen
1 Antwort
13th Sep 2021, 5:07 AM
TeaserCode
Please explain me this Write a program to take marks of Maths,English and Science from the user calculate its sum and display it
python
-4 Stimmen
4 Antworten
2nd Feb 2021, 7:22 AM
santosh sharma
What is the value assigned to numerous in the statement: double num =5/2; ? Explain the concept of variable casting and show how
c++
variables
0 Stimmen
3 Antworten
14th Apr 2017, 7:26 AM
ike Abek
HELP
an
exam
explain
help
hour
in
need
python
why
0 Stimmen
2 Antworten
20th Dec 2018, 9:33 AM
Elis Belen
Csn anyone plz explain me this one line code and how is the answer 18, i know precedence rule but still couldn't get it?
input
0 Stimmen
2 Antworten
21st Dec 2021, 3:48 AM
LegendGamer Pro
I need an explanation for 3,4,5 th rows. Whether it's a method or something. Can anyone please explain me clearly
static
1 Stimme
1 Antwort
13th Mar 2018, 4:38 AM
Marana Coder
Can anyone please explain what is java string replace all ? What is function? Where and how we use this?
java
0 Stimmen
1 Antwort
2nd Aug 2022, 5:59 PM
Manohar Kaloni
when I try to compile ExampleProgram.java, Cmd just gives me my dir again...can someone explain & help me get pass this? thanks
java
1 Stimme
2 Antworten
6th Dec 2016, 2:27 AM
Wayne Porter
Can anyone explain me the steps for becoming an mobile apk developer? After completing 12th std in science where to go now?
software
1 Stimme
2 Antworten
12th Mar 2018, 5:50 AM
ADNAN DIVEKAR
to include JavaScript we use <script> ......</script> tag. but somewhere I read that <script type="text/JavaScript">.....</script> is used....can anybody explain what's the difference
javascript
1 Stimme
2 Antworten
20th Aug 2016, 3:59 PM
Anoop poonia
Any one can explain this code what are all process has done in this code how the input it get & what mathematical function here
python
1 Stimme
2 Antworten
1st Oct 2018, 12:46 PM
Raj J
explain in simple words the use of %2d, *, %5s in scanf("%2d %d %*f %5s", &x, &y, text), where text is text[20] ?
input
output
scanf
0 Stimmen
2 Antworten
1st Oct 2019, 4:56 PM
Sk. Ahmed Razha Khan
so i looked up if i can change an array size in cpp and all the websites said no so can anyone explain this to me ?
c++
0 Stimmen
2 Antworten
18th Apr 2024, 9:35 PM
Abas Statar Jbr
Which field would be best to choose in robotics? Which of among will have great scope and demand in future too ? Plz explain me.
robotics
0 Stimmen
2 Antworten
22nd May 2020, 9:43 AM
Vaibhav Someshwar Kanade
I'm really confusing on classes. How to use it? How to code it? Anyone, feel free to explain it. :)
c++
0 Stimmen
2 Antworten
31st Dec 2016, 6:12 PM
fazrina aznan
Can someone please explain why I would want to only import part of a module instead of all of it?
modules
python
0 Stimmen
2 Antworten
23rd Jul 2016, 8:37 PM
Peter Drennan
Can someone explain the difference between the use of the $_SERVER as script name and this one for host name?
php
predefined-variables
0 Stimmen
2 Antworten
28th Sep 2015, 10:25 AM
Ciara Grace Tenorio
Can anyone explain for loop (init and condition)?.. and the concept of init and condition in simple way to understand.
c++
loops
0 Stimmen
2 Antworten
15th Aug 2016, 10:43 AM
Zafirah Mohamed iqbal
Functions and Methods are similar in many ways in Python, though Methods have two distinct difference, can you explain them!?
functionsvsmethods
python
0 Stimmen
1 Antwort
28th Apr 2020, 10:16 PM
Thato Seeletso Mmusi
For the Code Below Please someone explain How the value of variable 'number' bcame 64 when we print it for the second time?
c++
help
pointers
1 Stimme
1 Antwort
7th Apr 2018, 1:43 PM
RiGeL
Explain Red black tree and splay tree insertion and deletion concepts and logics with the help of C program
data
structures
0 Stimmen
1 Antwort
25th Nov 2018, 9:47 PM
Hiral Jain
Anyone can explain this?? Generally a constructor of base class doesn't inherit to derived class..... But here I'm confused...
c++
classes
constructors
0 Stimmen
1 Antwort
9th Sep 2017, 2:06 PM
Harsha Sanju
Explain how: if not True: print("1") elif not (1 + 1 == 3): print("2") Gives the output as 2
boolean-logic
python
0 Stimmen
1 Antwort
26th Oct 2016, 2:31 PM
Brave
What will be the result of the query below? Explain your answer and provide a version that behaves correctly.
challenge
-1 Stimme
1 Antwort
21st Dec 2016, 5:21 AM
Akwin Lopez
can anyone explain what use namespace std; means and break it down, I'm a little confused thanks a lot
c++
comments
0 Stimmen
1 Antwort
24th Sep 2016, 10:51 PM
Kevin
Why it prints 3 times instead of 4? I thought it will print 5, 4, 3, 2 so it's 4 times, right? Can someone explain it to me? Thanks
loops
python
1 Stimme
4 Antworten
11th Aug 2016, 10:27 PM
Faizal Khilmi Muzakki
Can somebody please explain to me how i can link my css file to my html file when i am using the sololearn code playground
css
html
javascript
0 Stimmen
3 Antworten
8th Jul 2017, 1:08 PM
Leking👑
Can someone please explain to me / give me an example of how to make your OWN URL AUDIO play within the HTML5
audio
html
html5
sec
url
1 Stimme
1 Antwort
3rd Oct 2018, 11:33 AM
Kyla Gordon
The srand() function is used to generate truly random number. Can anyone explain this just confuse a lot why this need in rand
c++
rand
1 Stimme
2 Antworten
11th Aug 2017, 1:50 AM
Naresh
Why do we use far in float celcius=37,far; in 4 th line? What is the purpose of far in that 4th line. Please explain this far
c
0 Stimmen
2 Antworten
5th Jan 2022, 12:11 PM
Nilambar Karmakar
Can anyone explain why this code always prints "True" yet changing it to int or str only always gives "False"?
boolean-logic
comparison,
0 Stimmen
2 Antworten
9th Apr 2017, 5:17 PM
Callum Rogers
Explain line by line please what does "evaluate" mean? , '!' , '&' and the true or fasle question! ?!?!??!?!
c++
0 Stimmen
2 Antworten
22nd Jan 2017, 3:51 PM
Amr Monsef
can anyone do for on any project on basics of python and explain me it please ....small project is enough.....
python
0 Stimmen
2 Antworten
12th Jul 2017, 4:40 PM
Darwin
The codes attached have almost the same pattern ..but why their answers are different ..amd also please explain the answers
operator-precedence
python
python3
0 Stimmen
2 Antworten
12th Aug 2017, 3:43 PM
Divyanshu Kulratn
Am sorry to ask but can some one explain to me more about the comment tag becauseI don't understand the explanation of sololearn
<!--commenr-->
-1 Stimme
2 Antworten
20th Nov 2022, 6:38 AM
Manager Sebowa
Can someone please explain to me how this python code works. I found it in a challenge and I'm clearly missing something...
python3
0 Stimmen
1 Antwort
12th Mar 2020, 7:59 AM
Joel Merrington
Pls explain the array part in the main method from the declaration of object what has he done Where's the object declaration
interfaces
java
0 Stimmen
1 Antwort
23rd Mar 2021, 6:15 PM
kreddyt
Pls can anyone explain to me why the (else if) condition is not working in the code below even when it's condition is meat???
code
0 Stimmen
3 Antworten
30th May 2017, 7:17 PM
ibrahim danjuma
In heading tags, I used italic <i> instead of bold <b> in h3. Then, the reamining h4,h5,h6 are changed instead of h3. Pls explain
comments
headings
html
0 Stimmen
3 Antworten
19th Sep 2016, 3:51 PM
Master Coder
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
< Vorherige
1
...
127
128
129
...
131
Weiter >
Heute heiß
[RESOLVED] Is there a problem in the system? The courses is not opening anymore
3 Votes
Why javascript
1 Votes
Virtual memory verification
1 Votes
Anagram
0 Votes
Where is react course?
2 Votes
How people get that much xp
1 Votes
problems to rearrange answer with microsoft surface go2
1 Votes
Cant finish the course 'AI-Enhanced Project Management' because the Quiz is for PRO only
1 Votes
Things on coding
0 Votes
Searching for a Flet( Python) community
0 Votes