Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Preços
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
Why can't I get acceleration other than 0 in this code if acceleration= (velocity1 - velocity2)/time acc
c++
1 Voto
3 Respostas
8th May 2019, 7:23 AM
Asasira Arthur
Can we use margin: 0 auto; in html sololearn? Because, when i use it can't work
web
1 Voto
3 Respostas
19th Nov 2017, 5:54 AM
Yuli Akbar
Why the output is 0?
0
output
php
why
1 Voto
5 Respostas
28th Jul 2017, 11:00 AM
Vishal Agarwal
¿como identifico si un bloque va a terminar en devuelve 0 o en 1?
c++
0 Voto
1 Resposta
19th Dec 2019, 7:57 PM
Silverio Quiñones Belmontes
Can the Boolean values, True and False, be represented by 1 and 0 respectively?
booleans
python
-1 Voto
3 Respostas
25th Jan 2016, 10:46 AM
Kostas Lifeboy
def tri_recursion(k): if(k > 0): result = k + tri_recursion(k - 1) print(result) else: result = 0 return resul
python
0 Voto
4 Respostas
2nd Oct 2020, 10:00 AM
Kumar Shubham
What does i[b] % [/b]2 == 0 mean, when i is an integer from a range?
python3
1 Voto
2 Respostas
18th Aug 2018, 5:39 PM
P.W.R.
What is the use of return 0 I can't understand by this app, please tell me in detail
c++
cout
1 Voto
5 Respostas
28th Oct 2016, 3:59 AM
Akshay Asati
I'm 0 knowledge person for programming? Is it really hard to learn programming? How to start programming for person like me?
comments
1 Voto
3 Respostas
7th Jun 2018, 8:26 AM
J T
I have an exam today and I probably took 0 from exam because of a 1 statement.
advice
an
2 Votos
3 Respostas
6th Oct 2017, 1:05 PM
Yusuf
When we write an algorithm we assume the first element of array as 0 or 1
algorithm
arrays
0 Voto
1 Resposta
20th Sep 2019, 3:26 AM
Yatharth Mittal
Can you explain me please, why does the result start from 1, and not from 0
loops
python3
-1 Voto
2 Respostas
29th May 2018, 8:07 AM
Ruslan 🇰🇿
Program to print random numbers with out any relationship between each numbers or any pattern, numbers from 0 to 99999
c++
coders
coding
cpp
program
programmers
1 Voto
7 Respostas
6th Mar 2018, 1:54 PM
OP Coder
What is the actual work performed by return 0 or return x (x is a variable)??
c++
0 Voto
2 Respostas
15th Jul 2018, 9:13 AM
Shikhar gupta
Didn't get, how a person can get to Level 6 without completing any course and previous levels? I mean directly from 0 to 6
achievement
sololearn
1 Voto
14 Respostas
19th Mar 2017, 3:38 PM
Saidmamad Gulomshoev
You're given a program that outputs all the numbers from 0 to 10. Change the code to make it output only the even numbers.
beginner
python
1 Voto
5 Respostas
17th Feb 2022, 11:44 AM
pain fr
Do you know when we return 0 or any value from main() function where does it actually returns to
rtrn0
4 Votos
3 Respostas
30th Apr 2017, 2:23 AM
Mohit Rawat
Why is it that division by 0 in most programming languages causes the program to crash or to stop working??
programming
sololearn
5 Votos
4 Respostas
7th Dec 2017, 10:46 AM
Perez
Guys what if I want my code to return 1 if in my array the largest number is repeated twice and to return 0 if not?how
duplicate
0 Voto
19 Respostas
27th Feb 2017, 7:07 AM
Ricardo Chitagu
What happens if you have 0xp and lose a challenge? Would ur xp get negative?
0
challenge
challenges
xp
1 Voto
1 Resposta
9th Aug 2019, 4:44 PM
Israel Abebe
What happens when a programmer having 0 xp in Sololearn losses a challenge?Will the xp turns to minus like -5,-10... and so on ?
challenger
sololearn
3 Votos
3 Respostas
17th Oct 2018, 12:20 AM
Ananya Pandey
In the following code, no matter what int value i give, it always outputs: 0 is thinking...
inner-classes
java
0 Voto
4 Respostas
16th Sep 2016, 9:47 AM
Chahat Gupta
What is the size of void pointer?
0
2
4
8
1 Voto
2 Respostas
22nd Sep 2019, 4:36 AM
suyash sonkesaria
How do I put this tooltip in place of the alert? when it reaches 0 it appears?
css
html
javascript
0 Voto
2 Respostas
5th Jan 2023, 11:14 PM
Neymar Silva
>>> 11 / 0 Traceback (most recent call last): File "<stdin>", line 1, in <module> ZeroDivisionError: division by zero
python
1 Voto
3 Respostas
5th Aug 2020, 7:56 AM
Nikita Sharma
# python i = 0 while i < 10: print("hallo") i += 1 Brother and sister help this programming error
help
1 Voto
3 Respostas
15th Aug 2020, 2:23 AM
Hacker Tamil Tamila
Using return 0 or 1 or 2 to close main function giving same result why?
c++
2 Votos
1 Resposta
27th Oct 2017, 2:48 AM
Shubham Sharma
["Boolean Joke"]; 0 == false, 1 == true; What's this (boy == ??, girl == ??) in your favourite programming language
boolean
joke
programming
6 Votos
3 Respostas
16th Mar 2017, 3:27 PM
Wisdom Abioye
In string.IsNullOrWhiteSpace(parts[1])) why isthe 1 after parts used for? And the 0 and 1 in a sentence above right after parts
c#
0 Voto
6 Respostas
19th Sep 2023, 6:11 PM
Uzma Patel
¿como identifico si un bloque va a terminar en devuelve 0 o en 1?
c++
0 Voto
1 Resposta
19th Dec 2019, 7:57 PM
Silverio Quiñones Belmontes
Fill in the blanks to print EVEN (multiples of 2) values from 0 to 20 using a for loop:
c++
-1 Voto
3 Respostas
9th Dec 2020, 12:06 PM
PT
i was trying to solve security code for the code coach but it gives me error in (if i > 0 and i <= length-1:)
python
1 Voto
8 Respostas
1st Sep 2020, 6:36 AM
Smiley[Offline]
age = int(input()) if(age == 0 and age <= 11): print('Child') elif(age >= 11 and age <= 17): print('Teen') elif(age > 17
python
0 Voto
3 Respostas
12th May 2022, 7:23 AM
Purple Phoenix 7
How can i write a code to print the sum of prime numbers from 0 to 120
functions
0 Voto
2 Respostas
19th Apr 2019, 10:25 AM
Muhammad Yusif Garba
Which ones are valid as floats? 2, 0, 5.5f, 4.3 And the answers are 2, 0 and 5.5f. Is question correct or I need some education?
c#
6 Votos
3 Respostas
10th Jul 2019, 5:13 AM
david chongo
Why is the fuction returning a 0 and None instead of the numbers within the range.
python
1 Voto
2 Respostas
7th Jan 2018, 11:36 AM
Kane A. Scott
How to make a user enter sentences in a str variable untill he inputs 0 (zero)?
functions
python
1 Voto
2 Respostas
27th Jun 2016, 4:20 AM
Aakash Vyas
for (int x = 0 x <= x += ) { cout << << endl; }
c++
loops
0 Voto
1 Resposta
25th Jun 2018, 9:41 PM
Windell
Why does the hello world program works even after replacing return 0 with return 2 or return 5?
c
1 Voto
2 Respostas
23rd Jun 2019, 3:20 AM
Kushaal Kumar Pothula
How do I create x is greater than or equal to 0 but less than or equal to 10 in Python?
inequality
python3
range
0 Voto
5 Respostas
25th Jul 2019, 2:10 PM
Powersurge
Why the size of empty class is 1 byte but the size of empty structure is 0 bytes
c++
classes
objects
sizeof
struct
1 Voto
3 Respostas
8th Jan 2017, 5:36 AM
Saksham Jain
In Python 3 Why the output is 0 but not 1 when I have this?
break
python3
0 Voto
2 Respostas
30th Nov 2017, 4:59 AM
Yinhao Chen
i = 0 while 1==1: print(i) i = i + 1 if i >= 5: print("Breaking") break print("Finished")
loops
1 Voto
3 Respostas
23rd Feb 2018, 9:48 PM
Deepak Kumar
Why does one script starts with 0 and ends with 4 while the other starts with 1 and ends with 5
javascript
0 Voto
6 Respostas
16th May 2018, 10:50 PM
IZzZI
Argument2 return 0 when i call kn main this fonction should return the anglein degrees between the the two point a ,b
java
0 Voto
6 Respostas
13th Mar 2021, 9:36 PM
El mhadji Mohamed abdelhak
write a program that prints all numbers from 0 to the inputted number that are either a multiple of 3 or end with 3
java
while
-4 Votos
9 Respostas
22nd Oct 2020, 5:45 PM
Carlton
Why does sum hasn't been initialized to 0 during every time when it calling itself,by the way, what does static means in here?
c#
2 Votos
4 Respostas
10th Feb 2021, 8:06 PM
Yasswecancn
Please is to be added or removed from this code n = int(input()) for x in range(1, n): if x % 3 == 0 and x % 5 == 0:
@python
0 Voto
10 Respostas
4th Jan 2023, 1:04 AM
Ohanenye Kennedy
In this code why the outside cout statement prints 0 , it should print 1 ??can anyone explain it??
c++,
coding
question
1 Voto
2 Respostas
28th Jun 2019, 9:55 AM
Mohd Baqer Haider
What does string part do in console.writeline method and why we assign 0 to x and 1 to y?
c#
-1 Voto
5 Respostas
3rd Sep 2016, 10:15 AM
Vivek Vishwakarma
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
12
13
14
...
18
Próximo >
Quente hoje
Hello World!
0 Votes
What is wrost mistake that mostly people made while learning coding?
0 Votes
I'm lost with JavaScript (document.getElementById(".") And clearly making mistakes, Can someone help, I thought I had it but no.
0 Votes
What’s the actual difference between MB and GB in real-world usage?
1 Votes
Script file names
0 Votes
Why's there an error
1 Votes
How to put multiple inputs in python?
1 Votes
What can I do after learning python and how to create amazing codes. And how many times it would take to be a good programmer😅
0 Votes
What to learn🤔
0 Votes
String functions
1 Votes