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
This is ternary operator 1st condition is true i=0 and true value is 1 but why the output show 3 . Explain?
cpp
sololearn
0 Voto
3 Respostas
16th Sep 2020, 12:08 PM
Suparna Podder
write a program to print total number of uppercase(distinct) in string. For example INPUT: HiHelloHowAreYou OUTPUT: 3
java
0 Voto
2 Respostas
13th Jul 2017, 8:55 AM
kirubason
1 2 3 4 5 next line 6 7 8 9 next line 10 11 12 next line 13 14 next line 15
python3
0 Voto
3 Respostas
23rd Feb 2020, 6:30 AM
Avinash
My webpage requests the data to database to get the updated value in every 3 seconds. is this standard way ?
php
0 Voto
4 Respostas
22nd Nov 2016, 5:01 PM
shures
How would you aproach this kind of data: 60k records, each has 3 observations; 60 features(numeric) and response variable?
dataScience
longwide
pandas
python3
1 Voto
2 Respostas
7th May 2017, 12:37 PM
Karolis Bartkus
i have to make a program to print traditional division format 2 digit divisor and 3 digit dividend
c
0 Voto
1 Resposta
15th Jan 2022, 1:48 PM
sonam saini
Help please: Find the sum of all the multiples of 3 or 5 below 1000. (I'm using a website called Project Euler.net to help me practice code. I'm already stuck on the first problem.)
code
java
math
0 Voto
9 Respostas
20th Nov 2016, 10:26 PM
Dorre
Show the printout of the following code: Suppose the input is 2 3 4 5 0. What is the output of the following code?
java
0 Voto
2 Respostas
24th Nov 2020, 12:48 PM
Zaina Fannana
Can anyone help me with pig latin question? Am not able to paas test case 3 and 5 help me by telling mistake in my code......
help
piglatin
python
python3
pythonquestion
questions
1 Voto
3 Respostas
26th May 2022, 3:18 PM
Avi
I want to use Bootstrap 3 to make a web site with responsive graphics, how I have to set the grid sistem?
bootstrap
bootstrap3
css
html
js
mobilesite
responsive
smartphone
0 Voto
2 Respostas
7th Aug 2018, 12:17 AM
Serafino Pirronitto
I don't get how the following code produces 3 even when a single increment has been set. That's not the case with other values.
functions
javascript
parameters
2 Votos
2 Respostas
10th Nov 2021, 9:39 PM
Mohammed Qaif Gaffar
How to get back to home page after 3 wrong input in log in page in java?
java
1 Voto
1 Resposta
30th Jan 2018, 4:37 PM
Sagnik Mondal
How to concat string and numbers in Python (eg.In c++ >> cout>>"There are" + 3 + "Apples")
python
strings
0 Voto
2 Respostas
13th Oct 2017, 3:05 PM
Stephen
If a person recording 3 things daily like brush(B),going office(O) and sleeping(S) record manner is given below:-
arraylist
code
input
int
java
output
0 Voto
2 Respostas
15th Jan 2018, 12:42 PM
Nikhil Kohli
Is it better to learn Langueges one after the other or 2 or 3 togther at the same time?
css
html
js
time
2 Votos
1 Resposta
13th May 2017, 1:03 PM
Ashraf Beshtawi
how the last one will become 3???
["string"
[1
=
0
2
3
number
things
2 Votos
4 Respostas
31st Aug 2019, 8:19 AM
Suraj Das
Can you help me in this code?
%
==
0
3
and
for
if
in
int(input())
n):
n=
range(1,
x
x
x
-4 Votos
9 Respostas
17th Jun 2021, 6:44 PM
zoro
void main() { int a=3,b=4,c=6; printf("℅d ℅d ℅d"); getch(); } The output of this program is 6 4 3 why? can anyone explain this?
c
java
0 Voto
5 Respostas
19th Aug 2016, 6:09 PM
sree lekha
Beginner: Can anyone tell me if I can import an excel in python 3 coding playground (for practice only) How? 😂
python3
0 Voto
3 Respostas
23rd Aug 2018, 4:16 AM
Wonder Woman
Hi there ! I have a windows 7 , how can i put 3 files in one folder (html, css and JavaScript) and then open it with chrome?
atom
css
css3
html
html5
javascript
js
sublime
text
windows
2 Votos
3 Respostas
30th Nov 2018, 8:40 PM
Moin Mohammed
Can anyone tell me how it's 3 it should be 1 right cause c='a' so by first condition of switch case it should be 1
doubt
help
unclear
0 Voto
4 Respostas
20th Nov 2020, 1:42 PM
Rai
I can't make the C # code to read the grade of 3 students, and say the number of positives
c#
0 Voto
2 Respostas
9th May 2020, 10:32 AM
E.Q
Test cases 3 and 5 failed. I don't think there is any bug in my code solution as per the Military Time CodeCoach question.
codecoach
java
military_time
0 Voto
2 Respostas
29th Apr 2020, 9:34 AM
Wolf Master
Question -- How to link Sublime Text 3 Build system (Build 3211) to Python 3.9 Using Windows 10
beginner
pleasehelp
python3
sublime
windows
1 Voto
1 Resposta
27th Nov 2020, 11:00 PM
Fanman001
whats the formula when it comes to exponent? for example: enter base number: 5 enter exponent number: 3 Power value: 125
c++
0 Voto
3 Respostas
15th Jul 2017, 3:57 PM
Jecille Villanueva
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 Votos
2 Respostas
19th Jan 2018, 1:22 AM
Vincent Matthew Benito
int [] myArr = {3, 8,5,3}; what is the code to multiple the value array from index 0 to 3 ???
array
java
loop
2 Votos
2 Respostas
1st Jan 2017, 7:41 PM
shakil
Guys!!Am working on a python project about simple calculator and am struck as help me.The code for it??
")
("
+
3
print
-1 Voto
2 Respostas
30th Jan 2021, 1:21 PM
Mongoli Emsely Majara
How do we do the calculator assignment in python 3 course , i don't get it if we have to make separate files for each test case?
python3
0 Voto
5 Respostas
13th Nov 2020, 4:14 PM
richa choudhary
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 Votos
2 Respostas
30th Apr 2018, 1:54 PM
shadrach esharive
When a = 3 and b=2; we have a++ =4 , b= a ++ = 4, and now ++b should be 5 or 4 ?
c++
i
0 Voto
6 Respostas
25th Mar 2017, 2:11 PM
Mohammed Merbout
New to programming.... Kind of lost, the Qpython 3 don't run programs like it does here, why? What's the difference?
python
strings
0 Voto
3 Respostas
6th Mar 2017, 9:22 PM
UKOGO DIKASON
Why does the countdown start on 3 when the print says i = i - 1 if i = 3?
loops
python
0 Voto
3 Respostas
21st Jul 2016, 9:47 AM
Daniel
Please someone say why the code below prints all the 3 print's..while it should print the third print whichs "bye!" since 8==8
help
python3
2 Votos
1 Resposta
1st Dec 2018, 8:03 PM
RiGeL
Hey guy pls I know it may sound stupid Buh could anyone and me a link of any amazing code programmed with python 3
py
2 Votos
2 Respostas
11th Sep 2018, 11:43 PM
Ifeanyi Ndubizu
What is the difference between these two programs: FROM module 3 final quiz, problem 2 and 4
python
0 Voto
1 Resposta
25th Sep 2016, 7:55 AM
Saurav Gupta
I have a 3 years gap after btech can i have chance to get job in MNC
code
job
mnc
0 Voto
1 Resposta
19th May 2017, 12:09 PM
Pramod Kumar
Python 3 - My code gets timed out for higher conditions can anyone help me optimise it
doubt
0 Voto
1 Resposta
29th Oct 2018, 6:05 PM
Muhammadh Juhaif Syed Abubacker
in the 3 and 4 lines why he took "c" and what does it mean? anyone plz
python
strings
0 Voto
1 Resposta
3rd Jul 2017, 3:39 PM
Edu Rut
In c#, if wanted to find the largest values of 3 numbers, how would I do it?
c#
math
0 Voto
1 Resposta
5th Sep 2017, 2:38 AM
Hakeem Thomas
Anyone Can Tell Me When I code On Pydroid 3 How to Install all Codes On Github.
nubplayer
pydroid
tgbotdev
-1 Voto
1 Resposta
27th Jun 2021, 6:53 AM
Abhishek Kumar
I found 3 xss in a web site without permission from them..in you opinion.. if i tell them about the vuln...will they harm me?
dom-based
reflected
stored
xss
0 Voto
3 Respostas
18th Jun 2019, 5:31 PM
Omar
(Help!) Cual es la función que ejecuta la secuencia de comandos escritos, en forma de cadena de texto? Python 3
python3
0 Voto
1 Resposta
15th Feb 2019, 5:34 PM
Cadvortex
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
Using C++ take 3 values from user and show which value is smaller and which is larger using if() conditions...
cin
cout
else-statements
if-statements
0 Voto
3 Respostas
29th May 2017, 3:57 AM
Umair
How do i implement a function that takes in 3 parameters' tuple index and a value and change the value at the index to a new val
python
tuples
1 Voto
4 Respostas
8th Mar 2020, 5:15 AM
Tan
Why is this wrong? Test case 3 is wrong yet since it is hidden I do not know where my code is wrong. Rest of test cases is OK.
c++
0 Voto
4 Respostas
2nd Jul 2021, 7:32 PM
Jakub
Can anyone tell that ,in this code how can I take three output from user and total there some and print all 3 number total. Help
dowhile
help
soln
0 Voto
4 Respostas
28th Aug 2021, 4:32 PM
Dinku Katre
def ChangeVal(M,N): for i in range(N): if M[i]%5 = = 0: M[i] //= 5 if M[i]%3 = = 0: M[i] //= 3 L=[25,8,75,12] ChangeVal(L
python
-4 Votos
3 Respostas
5th Oct 2020, 4:31 AM
Arpan Pradhan
Write a program which ask a password and checks with already stored password ? User has 3 chances
,c++
python3
0 Voto
2 Respostas
29th Sep 2017, 11:02 AM
BALAJI K S
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
36
37
38
...
42
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
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
Html learn
1 Votes
I wish Ruby back in the course list
1 Votes
What to learn🤔
0 Votes