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
l want to program code that compare two values x and y , return 1 if x is greater than y else return 0 if x is equal to y or else return -1 if x less than y . Then program must accept user input
function-arguments
python
0 Voto
6 Respostas
13th Oct 2016, 8:20 AM
James T Togara
Give int x - set of values
c++
range
values
0 Voto
4 Respostas
3rd Mar 2018, 8:57 AM
Word Fisher
Handling exceptions with Python x Oracle
exceptions
python
selenium
0 Voto
1 Resposta
22nd Jul 2020, 2:42 PM
Python newbie
Error with CodeBlocks on Mac OS X
codeblocks
compile
mac
osx
1 Voto
3 Respostas
1st Mar 2018, 4:24 AM
Will Tenney
how to make program when user input 3 output : 3! = 1 x 2 x 3 = 6
python
0 Voto
6 Respostas
18th Oct 2016, 2:52 PM
Gabriel Leon Kristi
Why is "elif x == ("2"):" - IdentitationError???
code
help
python
0 Voto
5 Respostas
28th Sep 2018, 5:33 AM
Joe
Why its giving error? And not increamenting x twice?
java
1 Voto
5 Respostas
24th Mar 2020, 9:46 PM
Ana
int arr[] = {1, 2, 3, 4, 5}; (int x = 0; x < 5; x++) { printf("%d", [x]); }
array
6 Votos
1 Resposta
17th Apr 2022, 4:14 PM
Arafat Rahon
All possible ways of having x digit number with only 2 possible numbers (python)
python
1 Voto
20 Respostas
26th Aug 2021, 6:32 PM
pedram ch
What if I is change by x
forloops
-1 Voto
2 Respostas
27th Apr 2020, 2:26 AM
Kalpna Kushwaha
f x is 10, what are the values of x and y after the statement below is executed?
c
cprogramming
programming
0 Voto
3 Respostas
14th Sep 2021, 7:18 AM
Hanz Rosales
Why we use x = {0}
c#
output
0 Voto
2 Respostas
25th Jan 2017, 10:00 AM
Usama Nazir
X value is constant 5 , and z denote the address of x value . But we don't know address of x value.it show error output why ?
cpp
solo
0 Voto
2 Respostas
16th Sep 2020, 12:13 PM
Suparna Podder
Correct 3D Rotation Along Y and Z Axis? X is Perfect
3d
axis
canvas
cuboid
help
javascript
js
rotation
6 Votos
3 Respostas
28th Jun 2018, 3:07 AM
Andre Daniel
Jsou nějaké proměně a pokud ano jak je použit
x
0 Voto
1 Resposta
4th Jun 2022, 7:26 AM
I Andnothing
How I give the value of name to x
html
javascript
0 Voto
3 Respostas
21st Jul 2023, 1:39 PM
Raj Singh
What does x = 5 symboliz in a comment?
comments
java
1 Voto
6 Respostas
15th Jan 2019, 9:35 PM
Yesenia Silva
Given a number x = 8, find a number from 2 to 9, which can divide x without remainder
factors
java
multiples
0 Voto
2 Respostas
27th Aug 2019, 11:59 AM
stephen haokip
x = int( ()) y = (input()) print(x+ )
code
0 Voto
3 Respostas
5th Oct 2020, 5:02 AM
Dharmveer Kumar
C++ x *= 0.array[ y] why not working?
0
c++
-1 Voto
3 Respostas
5th Jul 2022, 3:37 PM
Nick Gamer
Where does int x come from?
c++
exceptions
-1 Voto
1 Resposta
24th Dec 2016, 6:26 PM
Matt James
Can this hold true ? If a number x has no divisor in the interval [2,x/2] , then x is prime.
c
c++
java
1 Voto
7 Respostas
21st Jan 2017, 11:03 AM
WONDE-TOM
I cant get output. .saying x not defined
python3
0 Voto
3 Respostas
11th May 2019, 7:36 AM
Y AD Ù
If x=5,find y and x in y=x--+++x
help
me
that
with
-1 Voto
2 Respostas
6th May 2021, 5:22 PM
Mary😍
Why the value of x print 10 first?
increment
operators
2 Votos
3 Respostas
11th Feb 2018, 6:24 PM
UZair AZmi
[need help][c++][beginner] x does not name a type
beginner
c++
help
newbie
0 Voto
2 Respostas
10th Jan 2020, 6:56 PM
Mido M. Konar
Where is the variable of x and y?!
javascript
0 Voto
1 Resposta
25th Dec 2021, 6:55 AM
Nika Golestani
Print sum of number from 1to x
number
of
sum
0 Voto
1 Resposta
14th Feb 2021, 5:22 AM
Ramana Prasad j
In python3. X what is the solutino of (8+4)/2
code
1 Voto
3 Respostas
8th Jul 2020, 12:05 PM
Raju Baghel
What is wrong with : if x = 0
codeplayground
1 Voto
3 Respostas
4th Jan 2022, 12:23 PM
Anestis
Suppose that x is 1. What is x after the evaluation of the following expression? (x > 1) && (x++ > 1)
java
2 Votos
3 Respostas
18th Nov 2020, 3:45 PM
Zaina Fannana
What does the ' return x ' do?
function
return
x++
0 Voto
1 Resposta
26th Jul 2020, 8:51 AM
Solus
Why the output for x is 0 ?
c++
if-statements
0 Voto
2 Respostas
19th May 2020, 7:38 PM
Intan Suraya
How can i store the value of x ?
html
html5
javascript
2 Votos
1 Resposta
7th Feb 2019, 2:07 PM
DryUndead
What's the output of this code? i = 0 x = 0 while i < 4: x+=i i+=1 print(x)
python
2 Votos
11 Respostas
30th Apr 2021, 7:35 AM
Jagadeesh Latha
In svg rectangle what is x and y?????
<svg>x
y
0 Voto
2 Respostas
7th Apr 2021, 3:35 PM
Mukesh.G
I AM NOT GETTING X = 16
operators
0 Voto
1 Resposta
9th Apr 2020, 2:13 PM
SHUBHAM PANCHAL
Given x and y as input. Print all the power of x from 1 to y.
1 Voto
1 Resposta
17th Feb 2018, 2:00 PM
Roshan Kumar
Why this code says x not defined in line 5
functions
2 Votos
4 Respostas
15th Apr 2020, 7:32 AM
Jaweed
we initialized x to 5 .. then we used the method addOneTo(x) that increments x by 1. The output stays 5 why????
java
reference-types
value-types
2 Votos
2 Respostas
11th Nov 2018, 8:28 AM
Liza BOUMALI
What is the result of this x=a x*=3 print x
jomi
0 Voto
6 Respostas
20th Feb 2021, 6:37 AM
Jomiloju olopade
Why does x also increase when we print y?
java
operators
0 Voto
5 Respostas
11th Jul 2018, 4:07 PM
Chris Welham
What's the output of this code? i = 0 x = 0 while i < 4: x+=i i+=1 print(x)
python
-7 Votos
6 Respostas
3rd May 2021, 3:48 PM
YOKENTHIRAN THANUJA
Подскажите пожалуйста как сделать так, чтобы x = введенному числу
python3
0 Voto
7 Respostas
9th Feb 2020, 7:57 AM
Fridrix9
[Solved] Why is this output 27 when #define x 5+2
c++
define
1 Voto
5 Respostas
14th Sep 2018, 4:54 AM
Philip
How to output only even numbers? Given that x = 0 while x<=10: print(x) x+=1
codeHelp
helpme
pleasehelp
2 Votos
15 Respostas
28th Sep 2023, 4:06 PM
Shiva Vishwakarma
how to check x and y axis of screen touch
javascript
1 Voto
5 Respostas
10th Mar 2021, 3:40 AM
Michael
[ Solved ] Why comparison 5 <= x <= 10 wont work in below code
c++
comparison
9 Votos
11 Respostas
16th Jan 2021, 10:30 AM
Mr. Rahul
I want that the user will decide the value of x in the first line.
ok
1 Voto
20 Respostas
18th Jul 2020, 6:28 AM
Ajay
What is the output of this code? for(var x =0; x==x; x++) { if(x > 5 && x < 8) { document.write(x); break;} }
js
5 Votos
5 Respostas
3rd Mar 2019, 12:38 PM
david chongo
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
4
5
6
...
18
Próximo >
Quente hoje
Javascript
3 Votes
I Had Solve My Own Way But I See Others Method which I had added as Comented code I don't Understand Working Can You explain me?
2 Votes
What i do?in html intermediate level i dont like.
2 Votes
How to get mentor in solo learn.any mentor who response my activity🥹
1 Votes
What is late happening in late binding
1 Votes
Why text takes time to load
1 Votes
Why my code closes when i choose a border and submit?
0 Votes
Digital currency
1 Votes
Did You resolve Calculating The Discount?
0 Votes
I had an issue, I have PRO version, but not unlimited lives.
1 Votes