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 we use exclamatory(!!) sign and double equal (==) ?? Plz explain!!
form-validation
javascript
slider
0 Voto
3 Respostas
17th Nov 2016, 5:35 PM
Infoore
Why is dividing 0.0 by 0.0 equal to NaN? Why is there no arithmetic exception?
error
exceptions
java
3 Votos
5 Respostas
12th Mar 2017, 3:26 AM
Prakhar
How do I find 2 numbers whose product is equal to x
php
1 Voto
1 Resposta
18th Apr 2018, 8:52 PM
darell
I did not understand the diff. b/w the equal and identical operators?
operators
php
1 Voto
2 Respostas
6th Aug 2016, 9:02 AM
Sneha Bagde
Modify my String so it will equal "world" 5 times help
function-arguments
0 Voto
1 Resposta
2nd Feb 2017, 7:23 PM
Alejandro
Why dosent it allow me to put an equal sign ?
c#
variables
0 Voto
1 Resposta
5th Feb 2017, 8:06 PM
codeibu
How can I get my equal button on the calculator to return the result?
dom
html
javascript
0 Voto
3 Respostas
20th Nov 2018, 4:38 AM
Thomas Czernek
Write a program that three non- equal -equal integers and return the smallest?
c#
variables
0 Voto
2 Respostas
18th Jun 2018, 4:52 PM
CHERUYOT SIMON
The two metohds, indexOf() , search()are equal ? In java script !!
0 Voto
2 Respostas
24th Jun 2017, 2:28 AM
deepanshu samdani
i=3 while i is greater or equal to 0 print I I=i-1.....plz help
loops
python
0 Voto
3 Respostas
21st Aug 2016, 3:19 PM
Prashant Patel
Can we put "greater then, less then or equal to" with switch statement??
switch
0 Voto
3 Respostas
23rd Jan 2018, 6:34 PM
Mubarak Hussain
What is the error that is presented in this code to determine if there are equal neighbors (repeated consecutive)
count
index
python
11 Votos
8 Respostas
28th Feb 2018, 1:29 PM
Javier I. Rivera R.
Who can explain the C++ modulo operator logic: why, for example, 3 % 4 is equal to 3?
c++
code
course
explain
logic
mathematics
modulo
operator
sololearn
5 Votos
7 Respostas
11th Nov 2017, 6:01 PM
Ozodbek Kuchkarov
Is there a great different between java and javascript or is the only equal thing the name?
java
javascript
4 Votos
6 Respostas
15th Oct 2017, 10:02 AM
Sadegh Khalili Tehrani
How to write query with where clause equal to variable in c#
clause
database
where
0 Voto
2 Respostas
20th Nov 2017, 12:15 PM
Salman Mushtaq
I don't understand the grrater than or equal to and smaller than or equals to
comparison
python
1 Voto
2 Respostas
4th Dec 2021, 5:47 PM
Olatunji Emmanuel
How can you print a number if i does not equal a number
loops
python
1 Voto
2 Respostas
22nd Jun 2016, 6:55 AM
sophie
How do I put the function of equal sign in a calculator with python
public
0 Voto
1 Resposta
26th Sep 2022, 9:18 AM
Aronso Ronslito
How to fixed the height of two different row with equal height?
bootstrp4
css3
html5
0 Voto
1 Resposta
17th Oct 2018, 8:18 AM
Anuranjan Kumar
Is 7 equal to 7.0? 7>7.0 can you be true and false at the same time?
booleans
-2 Votos
3 Respostas
15th Jan 2019, 1:03 PM
Mike
Why is the name of .java file equal to the name of the public class?
help
java
2 Votos
2 Respostas
20th Jun 2020, 4:23 PM
Tannishtha Sengupta
Python - Given a,b, *c, d = 1,2,3 how come c is equal to an empty list?
python
2 Votos
2 Respostas
8th Nov 2020, 12:58 AM
Solus
Does this app teach you an entire language? More or equal than a well written book would teach?
knowledge
progress
4 Votos
6 Respostas
13th Mar 2017, 4:37 PM
MockTeacher03
Can someone explain me the principle behind the code below? Why does the (p+2)->y is equal to 0?
c
challenge
1 Voto
5 Respostas
6th Apr 2020, 12:57 PM
Maria Loida M Canada
Write a python program to find whether two string contains equal number of characters or not
python
python3
-1 Voto
3 Respostas
23rd Oct 2020, 1:28 PM
Shadow Warrior
Print the minimum number of deletion operations required to make a list as equal
python.
0 Voto
3 Respostas
16th Aug 2017, 10:15 AM
Akilan
Write C++ code that would read integers and stop when the value read is equal to 50
c++https://www.sololearn.com/discuss/
https://code.sololearn.com/woxbfmwyz5df/?ref=app
introductionto
programming
-1 Voto
3 Respostas
9th Oct 2021, 10:44 AM
Tsebiso Motseki
How would I compare two strings and get the quantity of letters or numbers equal to each other?
operators
0 Voto
9 Respostas
24th Jan 2018, 9:41 PM
Crypto Man
What can do if I want to print the no.0 element of every equal named list ?
p
py
py3
python3
y
2 Votos
3 Respostas
14th Aug 2020, 8:04 AM
Shubham Ingale
Why does append update each list that is equal to the list that it operates?
append
integer
list
python
string
0 Voto
2 Respostas
7th Oct 2019, 5:21 PM
u007
[C + +] Let's say I have a string a="+32+4-6", how do I evaluate it equal to 30 and store it in an integer variable?
c++
int
string
5 Votos
7 Respostas
19th Oct 2018, 4:00 AM
Abhishek Tandon
Why does 15 ÷ 4 equal 3 on this question? Is that a mistake or something the program automatically does?
java
operators
2 Votos
12 Respostas
16th Dec 2016, 4:12 AM
ベニオン 隆之介
My JavaScript calculator's equal sign button doesn't work what should do with it?
javascript
0 Voto
1 Resposta
22nd Jun 2018, 9:41 AM
Holo-Ruler
How to know if your input is equal to a random array number?
array
int
java
random
scanner
0 Voto
2 Respostas
17th Aug 2017, 10:05 PM
D_Stark
Why is String a not equal to String b?!!Please read the description and let me know.
java
1 Voto
4 Respostas
26th Aug 2017, 1:23 PM
Atin Roy
Write a program that inputs three numbers and displays whether all numbers are equal or not using nested if.
c++
0 Voto
2 Respostas
21st Mar 2017, 5:00 PM
Tehreem
How can I make a tally counter takes input equal 0 to reset to zero and other numbers to count
c++
1 Voto
9 Respostas
28th Dec 2020, 8:07 PM
حازم الباز
Hi, can you have an if statement were the condition has a var equal a data type in c++
c++
0 Voto
7 Respostas
1st Jul 2019, 4:13 PM
Mo Kid
How can this calculation would be equal to 1, print(1%2), Output 1 pls proof.
python3
-2 Votos
2 Respostas
31st Oct 2020, 7:13 AM
Muhammad Abdulmalik
how can we add an image as background ..and too should be equal to screen size
html
images
2 Votos
3 Respostas
19th Aug 2016, 9:18 AM
Anoop poonia
Can we put "greater then, less then or equal to" with switch statement??
switch
0 Voto
1 Resposta
23rd Jan 2018, 6:33 PM
Mubarak Hussain
Should Subjective challenge questions have answer space equal to the correct answer space?
challenges
sololearn
1 Voto
1 Resposta
15th Apr 2017, 11:17 AM
Aalekh Jain
Take 3 inputs,find the highest and if equal to any other (top 2). Errors
c++
hardcode
no_algo
sort
1 Voto
1 Resposta
18th Mar 2019, 5:57 PM
Antony O. Onyango
How to compare two strings (words) are equal in java.eg 1: 1)Kumar and 2)hello eg2: 1)project 2) project
beginner
0 Voto
5 Respostas
5th Jun 2020, 7:01 AM
sathish kumar
The statement x*=3; is equal to 1) X=3*; 2) x=3; 3) x= x *3; 4) x= x+3;
java
0 Voto
3 Respostas
19th Aug 2020, 9:21 AM
Darpan Kushwaha
Write a python program to read a certain information about employees and display the employees that equal or greater than a valu
python
0 Voto
9 Respostas
23rd Dec 2021, 7:28 PM
Noura
Why the pointer char size is 8 in here ? And why all size is equal ?
c
1 Voto
3 Respostas
9th Feb 2019, 3:24 PM
Programmer Raja
If I put the value of n equal to 15 and I want my output like this 15,beep,14,13,12,11,10,beep,9,8,7,6,5,beep,4,3,2,1
c++
0 Voto
4 Respostas
28th May 2022, 1:15 PM
Rakhi Mittal
why is the operands in the if statement when not equal evaluates to true...
c++
if-statements
0 Voto
2 Respostas
27th Jul 2016, 6:57 AM
stephen haokip
How we reverse string characters and check it wheter it is equal to that string or not;
c++
1 Voto
2 Respostas
26th Oct 2019, 4:53 PM
AmMaR ALi
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
4
5
6
7
Próximo >
Quente hoje
Void functional void with bool function
0 Votes
Python
2 Votes
TICTACTOE
1 Votes
Learn python
2 Votes
Error
0 Votes
BIG DOUBT🤔🤔🤔🤔
2 Votes
Need help (French)
1 Votes
Help for study
0 Votes
Spying on me
1 Votes
Where's PHP and Ruby courses?
1 Votes