Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
What is the use of magic method __add__?? In below code why result not returning addition of first and second???
magic-methods
python
0 Voto
1 Resposta
21st Feb 2018, 5:48 PM
Pankaj Kumar
Why the output can show the result until 6? As we know the conditon of loop can operate it just until var i reach the value of 5
javascript
question
web
2 Votos
4 Respostas
6th Oct 2017, 4:00 AM
Grujs Farhan Nafis
Write a program that places a +, -, or a space between the digits 1, 2, ..., 9 (in this order) so that the result is 100.
challenges
cpp
cs
js
php
programming
python
1 Voto
4 Respostas
11th Sep 2017, 4:23 AM
Daniel Ustavshchikov
why use % two times in if statement after top 10 when result show one time %, what is the mean of second percentage?
c
0 Voto
1 Resposta
13th Mar 2020, 7:32 PM
Jitendra Kumar
What's the result of the following code? Please give the answer with explain. b=20 while True: if b<9: continue
explain
python3
-1 Voto
2 Respostas
24th Apr 2020, 2:57 AM
sumaiya sharmin
I need this code I wrote to be further processed to give the exact value for of the result based on the comments
flatten
k
R
1 Voto
2 Respostas
2nd Apr 2017, 12:00 AM
Samuel Akosa
I want to Wright an algorithme witch calculate the factorial of a number and tell us how many zoro there IS on the result
factorial
phython
1 Voto
1 Resposta
31st Jul 2019, 5:57 PM
iren yeger
What is the result of this code? fib = {1: 1, 2: 1, 3: 2, 4: 3} print(fib.get(4, 0) + fib.get(7, 5))
dictionaries
python
0 Voto
1 Resposta
3rd Dec 2018, 9:51 AM
Sk.Basheera Sulthana
Py.exe on windows close auto after printing the result (after 0.1 second ) ... Anyone know a order like pause or something !?
py.exe
python
time
windows
1 Voto
2 Respostas
25th Nov 2016, 9:02 PM
Hadj Hadji
In simple calculator code at point where two userinput no are being added and stored in result 'str' is added before (a+b).WHY?
add
calculator
python
simple
Userinput
0 Voto
2 Respostas
4th Feb 2017, 7:10 PM
chandranu dhabal
Query the list of CITY names ending with vowels (a, e, i, o, u) from STATION. Your result cannot contain duplicates.
in
0 Voto
1 Resposta
11th Nov 2022, 5:27 PM
Muruga Perumal
What is a modulus operator like how can i can find the result of a modulus operation without the program what operation is it?
c++
modulus
operators
0 Voto
3 Respostas
28th Dec 2016, 8:07 AM
Edoardo
how can I fix special charactes in spanish? I use some quotes and tildes. when i use them, I get strange symbol as result
character
mexican
notepad++
spanish
special
1 Voto
2 Respostas
3rd Nov 2018, 10:58 PM
Jorge Cueva
If i click on a button example" 1" and i want the result to be showed in the entry box/part of python tkinter . I need an eg
gui
python
tkinter
1 Voto
4 Respostas
20th Dec 2017, 2:43 PM
Abhishek 305
Does CONCAT AS in SQL make a new column in the queried table or just assign a name to the output result
concat
sql
1 Voto
1 Resposta
1st Oct 2016, 4:33 PM
Rohit Kumar
Issue with my for loop to print the result of a formula. Why is the formula is for loop not printing please?
javascript
0 Voto
2 Respostas
20th Apr 2017, 6:26 PM
AceDev
Could anyone tell me why the following code gives errors? I want to test if the letter entered is (a)then the result is true.?
c++
help
1 Voto
2 Respostas
8th Sep 2017, 10:30 AM
RiGeL
What will happen if a Challenge expire?
app
away
challenge
experience
expiring
left
opponent
point
result
xp
3 Votos
4 Respostas
12th May 2018, 3:15 AM
xXx
I'm a new Java learner and I can't figure out why the result is different when using logical OR operator instead of bitwise OR o
bitwise
java
logical
operators
0 Voto
2 Respostas
29th Apr 2020, 10:27 AM
Mohammad Ala Tahhan
Hi, I have problem with sin(),cos(),when used them to find sin() of angle (90) the result not correct. what shuld i do?
c#
0 Voto
2 Respostas
22nd Sep 2017, 7:08 PM
Awadh Abdullah
hello everyone , I have observed something strange The lines print('$!/\\@$@!') and print('$!/\@$@!') are yielding same result . Can someone say why can this happen.
python
0 Voto
3 Respostas
21st Oct 2016, 7:54 PM
Sivasai Vemuri
how can i create database table for sending sms to the student, an each individual have his own result and sending at
mysql
php
0 Voto
1 Resposta
25th Dec 2019, 9:54 PM
Abdullahi Adamu Misau
Create 5 workers concurrent print out numbers from 1 to 1000. Note: for the whole result each number only can display once only.
c#
0 Voto
1 Resposta
1st Apr 2020, 4:37 AM
Yen San
Write a program in Java to find the result of following expression (Assume a = 10, b = 5) i) (a < < 2) + (b > > 2)
java
0 Voto
2 Respostas
18th Sep 2023, 10:38 AM
Shahjad Ansari
Write the function to calculate the factorial value of any integr argument call function from man() and print the result in main
c++
0 Voto
1 Resposta
31st Dec 2016, 3:09 PM
rag
When we perform Arithmetic Operation in SELECT query It also reflect to our original DATABASE or it only Display the result (i.e
database
query
sql
0 Voto
1 Resposta
8th Oct 2016, 6:08 AM
Pranay Neema
When the code is run, If num1 = 10 and num2 = 5,the result is giving me 105 instead of 15, how can i fix it to get 15 as result.
c#
code
0 Voto
3 Respostas
6th Oct 2021, 10:02 AM
omitogun toni
Can some1 help? I'am having my console print out the result frm other codes I've created rather than d curent code (without eror
classes
java
objects
0 Voto
2 Respostas
13th Dec 2016, 6:53 AM
Soaga Kingsley
Pls What's the code to get what variable type a result is and how do I use it in conditional statements like 'if'?
python
type
variable
variables
0 Voto
2 Respostas
7th Dec 2016, 1:00 PM
Ade-onojobi Oluwadewalade
Remember, there are 24 hours in a day 60 minutes in an hour and 60 second in a minute use the print() statement to output result
python3
-5 Votos
4 Respostas
29th Aug 2021, 9:22 AM
Omkar Kurhade
int x = 5 ; x = (x++)*2+3+(--x) System.out.println(x); answer is 18
after
evaluating
in
result
what
x
x++*2+3--x;
x=
0 Voto
3 Respostas
25th Sep 2020, 12:58 PM
Ali Xd Rocks
How can I stop this function with the result?
beginner
function
html
javascript
quiz
result
stop
test
1 Voto
4 Respostas
5th Jun 2017, 5:18 PM
Robert Koronny
I have to code an algorithm.We enter 2 digits for coordinates of a point, the result must be where the point is-black or white?
c++
0 Voto
2 Respostas
11th Nov 2016, 5:29 PM
Martin Veselinov
what's the difference if i use name attribute and don't use name attribute because i cant see the difference in result or output
forms
0 Voto
1 Resposta
9th May 2019, 12:03 PM
radib r.
It is possible? Problem is textbox1.text = XYZ and textbox2.text = XX. And when i click the subtract button the result = YZ.
c#
0 Voto
1 Resposta
23rd Aug 2017, 2:36 PM
JM Gabriel
What is wrong with this code... It's meant to output the result of a factorial and the number of occurrence of each digit...
loop
python
recursion
-1 Voto
1 Resposta
17th Jun 2017, 1:05 PM
Obumneme Anichebe
The result of the condition isn't a boolean, it's the value of the condition which is can be truthy or falsey as well
javascript
loops
-1 Voto
2 Respostas
15th Feb 2017, 8:19 AM
Sam
Just found out about this way to use the "alias" i.e the AS command what you think it returnes as a result ?
mysql
sql
0 Voto
1 Resposta
30th Mar 2020, 6:20 PM
kamel BOUHENNI
about the variabile name rules, if I try to call a variable "cout", or any other reserved word, will it result into an error, or is it just a good practice?
c++
variables
1 Voto
4 Respostas
15th Jun 2016, 3:02 PM
naghree
static int Pow(int x, int y = 2) { int result = 1; for (int i = 0; i < y; i++) /* this is the for loop that I don't understand.
c#
methods
1 Voto
4 Respostas
22nd Jan 2017, 5:13 PM
Steven Bennett
In the code in class B , it is given - object.do("B") . And the result is also printed as "B" . Then what is the purpose of the
java
polymorphism
2 Votos
1 Resposta
25th Jun 2018, 10:46 AM
Tom
In while loop for iteration the result is printed in new line why? And how to print all the iteration answer in same line?
loops
python
0 Voto
2 Respostas
6th Feb 2017, 4:20 PM
Mathi Mathan
Java
=
code?
int
is
of
output
result
the
this
what
2 Votos
3 Respostas
18th Nov 2018, 1:17 PM
Utkarsh Sharma
File in the blank to print the sum of the tow variables. int x= 2; int y=4; int result = ; system. out.printIn( );
operators
-1 Voto
2 Respostas
4th Jun 2020, 4:35 PM
Krrish Rk
When I type in the following statement in idle print(print("print")) I'm getting the following result :"print" in line 1 and "none" in line 2. why is none there in the output??
input
output
python
0 Voto
4 Respostas
17th Sep 2016, 10:13 PM
ABHISHEK SHARMA
why in this case we call the function in Main like that " int result = sum(x, y);" why no by just typing sum(x,y)?
c++
function-arguments
functions
0 Voto
1 Resposta
11th Mar 2017, 10:46 AM
Matej Čalić
Write a simple java program that will add two decimal numbers and y, the divided by a whole number if the result of division is
<span>
-3 Votos
2 Respostas
14th Jul 2021, 10:00 PM
Dav Alf
But you can't simply get the same result by putting <br/> before and after it in the HTML code and the in the CSS just the bg?
background
0 Voto
1 Resposta
12th Jun 2019, 5:14 AM
Only_Radu
if the string and integer is concatinated then what would be the result see the code clearly one is string "15" and 1982 is an i
data-types
php
0 Voto
1 Resposta
7th Mar 2020, 7:22 AM
KRISHNA CHARAN
What's the point in using plus here . Without it also it is giving the same result print("First string" + ", " + "second string
python
strings
-1 Voto
2 Respostas
17th Jul 2017, 2:54 PM
Sagar goten
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
19
20
21
Próximo >
Quente hoje
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Please rate my code from 1 to 10
2 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
why do people say programming is hard
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
I’m new someone can help me
0 Votes