Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Opacity: 0, display: none, or visibility: hidden
css
html
0 Votes
3 Answers
1st Sep 2020, 12:06 PM
Qui-Gon Jinn
Why this code give an output -1, 0, and 1
c++
compare
string
8 Votes
5 Answers
20th Oct 2018, 7:58 AM
ZΛRTHΛИ
Strcmp of "abc" and "abd" will be 0, right?
c
c++
compare
strcmp
string
1 Vote
6 Answers
30th Aug 2020, 7:33 AM
Aayu
Assume A holds 1 and B holds 0, then -
c
coding
cpp
html
logicaloperators
loop
4 Votes
5 Answers
17th Jan 2018, 6:00 PM
Sagar Ambastha
Why Index starts from 0, I mean, what's the logic behind it?
0
1
array
fun
index
list
logic
reason
start
why
6 Votes
8 Answers
5th Jun 2018, 11:32 AM
xXx
Why padding: 0, 70px, 30px, 0; - do not work?
bootstrap
css3
html5
1 Vote
3 Answers
7th Jan 2018, 8:30 AM
Vyacheslav Plekhanov
if string[i] is equal to 0, why multiplies with (i+1)?
beginner
data
enginner
estructure
ia
python
-1 Vote
2 Answers
20th Aug 2022, 5:44 PM
Josué Varela
What is difference between return 0, return 1 and return -1 in python?
function
python
return
sololearn
0 Votes
6 Answers
25th Mar 2022, 2:57 AM
Utsav Singh
I tried to create a game with c# and i tried to add force to my object so i wrote rb;AddForce( 0, 0, 200 * Time.deltaTime)
c#
0 Votes
3 Answers
6th Dec 2021, 12:45 PM
wol_f gaming GR
Why I'm getting garbage value..??? what's wrong with this code😓..... Answer should be..... index = [ 0, 3]
binarysearch
datastructure
java
0 Votes
11 Answers
10th Apr 2022, 9:47 AM
Davinder Kumar
If JavaScript starts at 0, why wouldn't Wed. be printed out?
switch
2 Votes
2 Answers
26th Feb 2018, 8:41 PM
Tony Love Jones
function ready(){ console.log(arguments [ 3 ]);} ready(3, 2, 1, 0, 1, 2, 3);
javascript
js
q&a
2 Votes
2 Answers
16th Dec 2022, 12:33 PM
Manshu
When I click the top left. The output is not x: 0, y: 0.
coordinate
event
javascript
web
0 Votes
10 Answers
6th Mar 2017, 9:45 AM
K.C. Leung
What do you think about raid 0, raid 1 and about hot spare?
computer
2 Votes
2 Answers
26th Jul 2018, 8:11 PM
Vlad Lukin
Why i am writing return 0, why not write getch ????
c++
-2 Votes
3 Answers
27th Sep 2017, 1:31 PM
Rajendra hotta
number = 3 things = ["string", 0, [1, 2, number], 4.56] print(things[1]) print(things[2]) print(things[2][2])
python
5 Votes
2 Answers
19th Mar 2017, 5:53 AM
🎆Sourav Subhakant Dash🔥🔥
If I do this, a%b == 0, how can I store the value of a to another variable?
python
0 Votes
10 Answers
3rd Jun 2021, 6:54 PM
Dan
I can't find out why my code is returning 0, could someone please help?
help
0 Votes
4 Answers
29th Apr 2019, 1:04 PM
JOE DAVIS
Why does the array have an ending / 0, but the stringing is not necessary?C langauge
c
-1 Vote
6 Answers
24th Mar 2021, 9:01 AM
STOP
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 Answers
7th Oct 2017, 10:03 AM
pro
Why does this code output 0, for every possible input that I put in?
lists
python
0 Votes
4 Answers
14th Jun 2017, 7:22 AM
Johnny Dinh
i wonder what will happen if my xp becomes 0, after that i lose another match? -xp??
challenges
game
xp
5 Votes
8 Answers
24th Apr 2017, 8:28 AM
Isomer
number = 3 things = ["string", 0, [1, 2, number], 4.56] print(things[1]) print(things[2]) print(things[2][2])
lists
python
python3
0 Votes
2 Answers
10th Aug 2021, 6:55 AM
Dipanjan Basu
how do i stop the timer when it stops at 0, like an alarm clock?
css
html
0 Votes
2 Answers
1st Feb 2020, 7:47 PM
Neymar Silva
If arrays start from 0, why do we start from 1 in a for loop?
arrays
c++
loops
1 Vote
3 Answers
2nd Jan 2017, 1:11 AM
Kamran Tayyab
Does anyone help me solve this problem? when I click on 0, it gets -2 and every click the chronometer accelerates!
css
html
javascript
0 Votes
20 Answers
14th Aug 2018, 7:30 PM
Neymar Silva
How to start programming without any knowledge ? Start programming from 0, any help please ?
python
1 Vote
3 Answers
14th Jun 2019, 2:42 AM
Stefan Flaviu
Нужно запрашивать у пользователя число пока не будет введен 0. Когда введен 0, вернуть список со всеми введенными числами
python3
списки
0 Votes
5 Answers
1st Oct 2023, 6:55 PM
Yuliia Movchan
Create program to determine odd or even numbers. Double if even, triple if odd. Return 0, if 0
elif
else-statements
even
if-statements
odd
0 Votes
4 Answers
18th May 2021, 8:23 AM
Faz 'Straps' Zaf
What happens if you leave a part of an array blank? Example: int myArray [3] = { 0, 2, };
arrays
c++
3 Votes
4 Answers
28th May 2018, 8:41 PM
Jeremy
Почему после этой простой операции с числами типа float я получаю не 0, а 1.19е-007?
c++
float
number
operation
question
simply
type
-1 Vote
1 Answer
6th Feb 2018, 2:54 PM
Mozzherin Roman
let total = 0, count = 1; while (count <= 10) { total += count; count += 1; } console.log(total);
javascript
1 Vote
3 Answers
8th Nov 2020, 6:51 AM
Kayode Kolade Christopher
print(min(1, 2, 3, 4, 0, 2, 1)) print(max([1, 4, 9, 2, 5, 6, 8])) print(abs(-99)) print(abs(42)) print(sum([1, 2, 3, 4, 5]))
strings
0 Votes
4 Answers
25th Aug 2019, 12:52 PM
Rupal Raut
Can help me with this cs code? I cant look the error, every sum return me 0, what is the problem?
c++
c++code
c++codigo
code
codigo
codigoc++
cs
csccode
helptocoding
0 Votes
4 Answers
4th Jun 2018, 2:01 AM
Osos Caca Cola :u
I dont know how to code, my code is technically = 0, please anyone tell me where you learn this to create it to be awesome
codeplayground
0 Votes
12 Answers
30th Aug 2020, 3:11 PM
Fenix X
I'm doing one of the Java modules, but every time I try to complete the code, I get Line 0, class. exepted
help
java
0 Votes
4 Answers
13th Dec 2020, 8:49 PM
Alejanx
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 Votes
3 Answers
10th Jul 2019, 5:13 AM
david chongo
Why is it so that even without using return 0, the program runs? What's the actual use of return 0
c++
0 Votes
4 Answers
28th Feb 2016, 5:19 AM
Ritwik Madhukalya
What is the problem with my code? I didnt pass the test Cases. The test enter input choice 0, 2, 8.
anonymous
class
fly
in
inner
onnthe
or
run
time
0 Votes
2 Answers
18th Jan 2023, 2:51 AM
Oliver Pasaribu
Hey, guys. Can you explain to me what this line means. Especially the 0, the dollar sign and sign =>
javas
1 Vote
2 Answers
10th May 2021, 9:18 PM
Тимур Завьялов
can an array be my variable name.eg, Var [hour, second, minutes] = [0, 0, 0]; pls explain this expression if it is correct.
javascript
2 Votes
3 Answers
13th Oct 2023, 10:00 PM
Temmy
Why the Other One with (arr[k]) is 1, 2, 3 but the Other One with Just (k) is 0, 1, 2?
es6
javascript
2 Votes
2 Answers
19th Jan 2018, 1:22 AM
Vincent Matthew Benito
Write a program that takes N numbers as input and outputs the numbers from N to 0, skipping the ones that are multiple of 3.
coder#java
2 Votes
3 Answers
28th Jan 2022, 3:29 PM
Hirdesh Prajapati
Here the output is 0, but why not 1 ? is the scope of variable 'a' ends with the method ..?
increment
java
methods
0 Votes
2 Answers
14th Dec 2018, 4:43 AM
Sharief
My code takes a while to compile(about 5 seconds) and does main function does not return 0, could that affect it's functioning?
c++
0 Votes
3 Answers
1st Apr 2019, 5:09 PM
Spryt La Cool
2. Write a function that displays the contents of an array in a predefined format with the value of index 0, displayed last.
c
program
0 Votes
3 Answers
26th Apr 2021, 11:04 AM
Enyali Chika
Rearrange the code to declare two integer variables: a and b, print to the screen the division equation a/b. If b is equal to 0,
c++
exceptions
3 Votes
2 Answers
9th Mar 2017, 6:12 AM
Sunita Sharma
Si SQL cuenta desde 0, en la pregunta de seleccionar la informacion del estudiante del ID 23, la respuesta no seria 23 sino 24?
sql
where
0 Votes
3 Answers
28th Nov 2017, 12:35 PM
Johanna Soler
What are the best ways to become full stack web developers from 0, zero level to full or complete .from basic to the advanced
and
coding,
field
languages,
1 Vote
2 Answers
23rd Jul 2020, 6:32 AM
Nar Bdr Kharka
Imagine you have an empty JavaScript array (list=[ ]), If you insert 9 in position 0, 3 in position 1, and then 8 in position 0
#sololearn
2 Votes
2 Answers
30th Apr 2018, 1:54 PM
shadrach esharive
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
2
Next >
Hot today
Sticky position
3 Votes
Help please?
3 Votes
Hi Friends , how to compile a java code on android.
3 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Online voting system
2 Votes
Suggestions needed
4 Votes
What is that z for
0 Votes
Odd even threads without condition variable
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes