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
How can ı list a number's prime factors.(Multiple of all prime factors in list is equal to the number)
python
python3
0 Voto
4 Respostas
14th Jan 2021, 10:11 AM
Hüseyin Emre Gözen
find the two number in the array of 20 whose product(multiplication) is equal to given number by the user.
javascript
1 Voto
3 Respostas
4th Jan 2021, 4:46 AM
shiu sakpal
Why is the output of this code equal 8 list = [1,1,2,3,5,8] print (list[list(4)])
list
0 Voto
1 Resposta
4th Sep 2017, 11:16 AM
Abualgheth J. M. Naji
What will i and j equal after the code below is executed? Explain answer.
1 Voto
1 Resposta
4th Dec 2017, 8:38 PM
Yash Kumar Singh
C# equals to C++ ?
c#
c++
difference
equal
1 Voto
3 Respostas
4th Jan 2018, 10:00 PM
Tennouji Kotarou
How to find minimum operations required to make frequency of each character in a given string equal
,python3
c
c++
1 Voto
2 Respostas
3rd Feb 2019, 3:10 PM
Aryan 🇮🇳
The code is equal to first letter of a book followed by the number of character in the title.
files
python
-2 Votos
4 Respostas
4th Aug 2021, 2:11 PM
saquib
I can only get either right or wrong but cant get both when i change the assignment operator to an equal operator. How do i fix?
javascript
0 Voto
13 Respostas
28th Nov 2020, 6:57 AM
Emmanuel Riano
I kg is equal to 2.2 pounds. How many kg is a 5.6 pound weight. Incorrect if you said 2.54 kg?🤔
math
1 Voto
7 Respostas
15th Aug 2018, 1:43 PM
Omar Ali
How to check if user input string is equal to an element in an array of strings?? [JAVA], [C++]
c++
java
0 Voto
4 Respostas
20th Apr 2018, 11:06 AM
hussein_basha
Just for verification: So Python can't store the value 1/3 as .3 repeating like a calculator can? So if I set a variable equal to 1/3 it won't actually be equal to .3 repeating? Seems quite unreasonable to me.
data-types
python
1 Voto
4 Respostas
26th Jul 2016, 6:43 AM
Jason Li
C#. A program that finds the maximal sequence of consecutive equal elements in an array. E.g {1,1,2,3,2,2,2,1} -> {2,2,2}
c#
4 Votos
2 Respostas
2nd Mar 2017, 1:21 PM
ODUKOYA JESUSEYITAN
Fill in the blank to select student names whose id is greater than or equal to 12.
mysql
0 Voto
2 Respostas
13th Oct 2022, 7:26 PM
Muhamad Vicky Pratama
💙 One question about JAVASCRIPT 💙
calculator
code
engineering
equal
javascript
3 Votos
6 Respostas
27th Nov 2017, 1:54 PM
sepehr karimi (sk12.ir)
Why the heading in h2 inside section is not equal to section inside section element.
<section><h1>
1 Voto
1 Resposta
2nd Mar 2018, 1:39 AM
Monal Kumar
I need help, with fibonacci, Given n, return the first Fibonacci greater than or equal to n.
help
0 Voto
1 Resposta
22nd Apr 2019, 7:17 PM
JIMMY YOEL CABEZAS ARO
Why, while i is equal to 5,five is not counted in the output??plz give a comprehensive answer
c
c#
c++
java
0 Voto
1 Resposta
24th Feb 2020, 5:21 PM
Erfan Mostafavi
I kg is equal to 2.2 pound. How many kilograms is a 5.6 pound weight?
mathematica
-3 Votos
3 Respostas
15th Aug 2018, 1:10 PM
Omar Ali
How can 2 objects be compared to be equal if there are multiple data variables?
equals
java
0 Voto
1 Resposta
10th Mar 2016, 7:57 AM
Ernest Tan
What ia the difference between a=2 and a==2 ?
booleans
comparison
equal
python
to
0 Voto
5 Respostas
26th Dec 2019, 1:35 AM
Twiddle
Why the arr.length is equal to 5 even though the there are only two child nodes of div id demo??
code
coding
css
html
javascript
web
why
1 Voto
3 Respostas
2nd Jun 2020, 12:20 PM
Nitin Madas
Solve string var res="10+5+5+7";, var z should be equal its calculated value; then var s= should string of z;
javascript
1 Voto
4 Respostas
18th Jun 2017, 3:14 PM
ASHISH PANDEY
Take the integer temperature in Celsius as input and output "Boiling" if the temperature is above or equal to 100. Write pgrm ..
images
python
-2 Votos
5 Respostas
3rd Mar 2022, 2:17 PM
Pritika Rathod
When we use double equal operator "==" for comparing two objects it will compare their addresses or hascodes generated by JVM?
==
double_equal_operator
java
0 Voto
4 Respostas
8th Jun 2020, 3:01 PM
Sparsh Kathpal
write a java program that defines an exception called, no match.exception that is thrown when a string is not equal to india
question
0 Voto
1 Resposta
23rd Nov 2017, 4:40 PM
Sourav Paul
What will i and j equal after the code below is executed? Explain your answer. int i = 5; int j = i++;
c++
2 Votos
4 Respostas
8th Sep 2016, 6:25 PM
Aklil Asregid
You need to display a square image with its side equal to 12px. If the image is not accessible, dispay the text "a smiling dolph
height
width
7 Votos
2 Respostas
6th Jun 2018, 8:29 AM
Kreeef4ik
find out count of all subsets such that the sum of all the numbers in the subset is equal to target number.
java
0 Voto
5 Respostas
18th Sep 2019, 8:51 AM
vivian
How is this equal to 10 var arr =[1,2,3,3,2,0] var x = 0 for (var i=1; i<arr.length; i++){ x+= arr[i] } alert(x)
https://code.sololearn.com/wufk4avd3ydi/?ref=app
0 Voto
6 Respostas
23rd Sep 2018, 12:11 PM
Adebayo Ogunmoriyele
Help me explain this code plz.Why i change a[0]=3 but b is equal [1,[2,5]] but i change again a[1][1]=4 and now b =[1[2,4]]????
python
1 Voto
3 Respostas
1st Jun 2021, 1:46 AM
TCorn
I know this is off topic but every time an equal sign is used are quotation marks used?
attributes
html
0 Voto
3 Respostas
10th Jun 2016, 10:06 PM
Anthony
For Linux users, All this tutorial is valid for OpenJDK, right? (Ok, it's not equal than Oracle Java)
api
java
linux
0 Voto
2 Respostas
15th May 2018, 4:03 AM
Sebastián J. Tosco
program to return lists whose average is equal to given avgvalue of main list and those list are formed from a given main list
python3
0 Voto
5 Respostas
31st Aug 2020, 4:04 PM
Tuticorn
I still don't get the assignment operator. How could x += be possible? How can you assign x equal to itself plus something?
c++
operators
2 Votos
6 Respostas
9th Mar 2016, 6:25 PM
Angelo
Find the first and last element of the array that are equal or larger than a value without sorting?
@python
@python3
0 Voto
1 Resposta
14th Jul 2021, 5:29 PM
Karzan
Hey guys , how to check if an element in an array of integer is empty? Is it equal to null or 0?
java
1 Voto
4 Respostas
3rd Apr 2020, 4:37 PM
David Bukedi Diela
A full 4-digit number is given. Determine if the sum of the first two digits is equal to the other two.
console
0 Voto
3 Respostas
25th May 2018, 9:25 AM
iulian vlas
Program to check that whether there is a equal difference between digits of a numbers. For eg- 12345 , 2468 , 13579
cpp
java
1 Voto
5 Respostas
15th Feb 2017, 6:27 AM
Shikhar Awasthi
Write an program to produce an n times multiplication table ( n lessthan or equal to 10). Help please!
multiplication
-1 Voto
4 Respostas
19th Mar 2018, 4:39 PM
John Rei Cabunas
I wrote an if statmate with an equal sign and it gave me an error say in it can't be turned into a boolean.
java
1 Voto
5 Respostas
9th Jul 2024, 10:25 PM
superorca2
It dawned on me! #1
equal
integer
java
objects
pool
4 Votos
1 Resposta
1st Feb 2018, 1:57 PM
Dmitriy Yurkin
Is while 1==1 equal to while 2==2 and so on ?do all while x==x indicate the same thing?(x is integer)
loops
python3
0 Voto
2 Respostas
22nd Sep 2018, 12:40 AM
partha
++var and var++ always equal the same thing so why have ++var? It should not even exist. It seems redundant to me.
c#
else-statements
if-statements
increment
variables
0 Voto
5 Respostas
1st May 2017, 7:15 PM
Kevin Matthew
Query for displaying the details of those employees whose salary is greater than or equal to the average salary
functions
sql
1 Voto
2 Respostas
11th May 2017, 2:08 PM
Akshat Agrawal
if you assign an arr[] to arrr[] . The modified first array will also be equal to the arrr[]?
arrays
java
1 Voto
1 Resposta
23rd Nov 2018, 10:56 PM
Ronald Allan Rupuesto
Why == is needed for unordered set
c++
equal
hashfunction
less
set
unordered_set
0 Voto
3 Respostas
11th Oct 2022, 4:53 PM
Ketan Lalcheta
Two input m and n.if unit digit of m is not equal to n then concat two numbers else print m without unit digit
c
0 Voto
3 Respostas
17th Jul 2020, 10:08 AM
Gowthama Swetha
How To display True when I have 2 equal consecutive numbers in a list or false when I have none
python
1 Voto
1 Resposta
21st Oct 2018, 10:24 PM
Ségolène
Im trying to write a program to add a bonus every time u input 3 consecutive fractions that equal 1.
python
0 Voto
3 Respostas
2nd Dec 2016, 4:34 PM
david
Why am I getting the output as "hello" why not "bey" because "a" value is not equal to either "A" or "a"
python
0 Voto
2 Respostas
14th Jul 2021, 1:56 AM
Shahir
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
5
6
7
Próximo >
Quente hoje
Void functional void with bool function
0 Votes
Python
2 Votes
Are websites hackable?
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