Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
Can you help me in this code?
%
==
0
3
and
for
if
in
int(input())
n):
n=
range(1,
x
x
x
-4 głosów
9 odpowiedzi
17th Jun 2021, 6:44 PM
zoro
Hello guys some one help me explain this while loop x = 1 while x < 10: if x%2 == 0: print(str(x) + " is even")
python3
1 Głos
3 odpowiedzi
10th Aug 2020, 8:08 AM
Akatwijuka Allan
int arr[] = {11, 35, 62, 555, 989}; int sum = 0; for (int x = 0; x < 5; x++) { sum += arr[x]; } cout << sum << endl
arrays
5 głosów
8 odpowiedzi
27th Nov 2016, 4:31 PM
Bhairesh M
How can we make this code able to arrange any number x of integers ?
array
c++
challenge
cpp
loops
numbers_ordering
3 głosów
14 odpowiedzi
5th Sep 2017, 5:53 AM
Hamza Ba-mohammed
How to but image on html iam using iphone x btw
html
web
0 głosów
3 odpowiedzi
9th Dec 2022, 12:17 AM
Joe Hafez
What is used in html to Take x power 3
html
html5
xhtml
2 głosów
2 odpowiedzi
13th Mar 2018, 10:22 AM
Devendra Kanade
If x=5 and y= ++(++x++)++,what is the values of x and y?
increment
operators
0 głosów
7 odpowiedzi
28th Feb 2017, 4:55 AM
Gowtham S Reddy
when we use char x ; then input x=97 what is the output??
c++
char
0 głosów
9 odpowiedzi
25th Oct 2016, 5:43 AM
gharam saad
What is meant by if x is not implemented?
magic-methods
python
0 głosów
1 Odpowiedź
20th Jul 2018, 11:47 AM
adarsh pandey
[Python input] Why doesn't the x in the last line register?
help
input
inputs
needhelp
python
pythoninputs
pythonproblem
0 głosów
2 odpowiedzi
3rd Aug 2021, 6:27 AM
Zaquinta
int x = 8 , int y = 6, sopln(x&y)
java
0 głosów
2 odpowiedzi
8th Dec 2021, 4:44 AM
Rahul Yadgire
If a and b: b = ac where a, b, c are integers, and if x % b or x % a over the same loop both output the same thing,
loop
python
time
1 Głos
5 odpowiedzi
25th Apr 2022, 9:22 AM
Korkunç el Gato
What if I wanna use x and y to be affected by animation?
html5
svg
2 głosów
5 odpowiedzi
9th Aug 2018, 5:37 PM
Armann
Fill in the blanks to declare a variable, add 5 to it and print its value. >>> x = 4 >>> x = 5 >>> print
python
0 głosów
2 odpowiedzi
26th Mar 2018, 10:44 AM
Maya Levita-Elliott
image of the body background changes every x second
css
html
0 głosów
2 odpowiedzi
2nd Oct 2017, 3:12 PM
boyd
How we can do a program of x raise to n ??
python
1 Głos
3 odpowiedzi
18th Aug 2019, 5:14 AM
Raj
The output comes x=204.55 and y=10090 but my x is an integer?? int x = 10090; double y = 204.55; Console.WriteLine("x = {1}; y = {0}", x, y);
c#
output
1 Głos
7 odpowiedzi
16th Jun 2016, 12:40 PM
Ankit
If x = v and v is x 2 then x,then how could you write it in two letter,number,or signal?
python
-2 głosów
1 Odpowiedź
9th Nov 2017, 11:23 AM
TheTalentedKid
How do I get x and y cords of a click?
python3
0 głosów
2 odpowiedzi
21st Dec 2019, 4:42 AM
Lemonades For Sale
Write a program to take x and y as input and output the string x, repeated y times. Sample Input hi 3 Sample Output hih
python
python3
0 głosów
19 odpowiedzi
17th Jan 2022, 3:43 PM
Abdul Wahab
What the process going on to printing the value 1 . Not(not x or not y and x or not y)
cpp
sololearn
0 głosów
1 Odpowiedź
16th Sep 2020, 12:05 PM
Suparna Podder
How to get the value of X divided by Y on the screen?
by
cout
divided
int
x
y
1 Głos
3 odpowiedzi
10th Dec 2017, 5:03 PM
Christopher Johnson
why addoneto method cannot find variable x which is in the same class?
java
1 Głos
5 odpowiedzi
26th Dec 2019, 3:35 PM
jcx2010
What is the meaning of += symbol in python?
1
x
1 Głos
2 odpowiedzi
2nd May 2017, 12:33 PM
Heerak Ghanesh (HERO)
What is the output of this code? list = [2, 3, 4, 5, 6, 7] for x in list: if(x%2==1 and x>4): print(x) bre
python
2 głosów
18 odpowiedzi
14th Sep 2020, 4:21 PM
Anas Emad
How to raise a number to a power x in C ++?
exponential
2 głosów
2 odpowiedzi
12th May 2019, 9:20 PM
Wilson Tapia
In Python how do I take the input x and y and output x,ytimes given that x is a string and y an integer
variables
0 głosów
2 odpowiedzi
1st Sep 2021, 10:58 AM
Mikah Hannah
Int x=3; switch(x) { case1: { x+=x;} case3: {x+=x;} case5:{x+=x;} default: {x+=5;} } cout x
shridhar
2 głosów
12 odpowiedzi
6th Feb 2018, 7:19 PM
Shridhar Rai
How do I find 2 numbers whose product is equal to x
php
0 głosów
5 odpowiedzi
18th Apr 2018, 8:53 PM
darell
so naturally rand() % X goes from 0 -> X-1?
c++
rand
0 głosów
3 odpowiedzi
14th Oct 2016, 5:22 AM
lucas
How do I check whether a button has been clicked in the last X seconds?
css
events
html
javascript
1 Głos
6 odpowiedzi
30th May 2020, 8:08 AM
Will
Is x++ gives the result x+1 or x always?
java
0 głosów
2 odpowiedzi
30th Dec 2016, 8:27 AM
jakt
Can we replace BETWEEN X AND Y by > and < !!?
betwin
sql
where
1 Głos
5 odpowiedzi
18th May 2017, 11:51 AM
Brahim Chai
Why is x and y given 0 and 1 respectively
c#
output
0 głosów
1 Odpowiedź
5th Jun 2018, 3:06 PM
bhirkoff
What is x=4,y=x++,then what is x and y.Tell me with an example pls..
c++
0 głosów
7 odpowiedzi
12th Mar 2017, 6:32 PM
hdhd hdhd
How to calculate x to the power y if x&y are input?
exponent
java
power
1 Głos
3 odpowiedzi
30th Sep 2018, 10:51 AM
Rishabh Rawat
A certain number X wants to know who will be it's dancing partner. Please help X.
c
c++
java
kotlin
python3
ruby
10 głosów
3 odpowiedzi
1st Mar 2021, 10:44 AM
Dheerendra Kushwaha
>>> x = 3 >>> num = 17 >>> print(num%x)
numeric-operations
python
0 głosów
2 odpowiedzi
15th Nov 2016, 4:49 AM
Darshen Nithiyanandnan
What is wrong with this code? x = 0 while x< 9: x+=1 print(x,'''.\n''')
anyone
-1 Głos
4 odpowiedzi
5th Jun 2022, 11:21 AM
DEMETRIUS NDIBALEMA
what's the result of this codes? L,D=[],[] for x in range(4): D.append(x) L.append(D) print(L)
python
1 Głos
4 odpowiedzi
8th Dec 2019, 4:21 PM
Bruce
why it is giving output as "-638011199" for int x = 12246890689;
variables
1 Głos
2 odpowiedzi
19th Apr 2018, 7:31 AM
Rahul Kaurav
def apply_twice(func, arg): return func(func(arg)) def add_five(x): return x + 5 print(apply_twice(add_five, 10))
functions
1 Głos
4 odpowiedzi
25th Jul 2018, 10:03 AM
Tijani Julius Best
X =7 can anyone tell me that result are depend on the program or that the X result is depending of who make a program
python
variables
0 głosów
4 odpowiedzi
1st Nov 2016, 1:41 PM
petra
l=[1,2,3,2,2,4,5,2,5,2,4] x=2 i=0 while i<l.count(x): if x in l: l.remove(x) i=i+1 print(l)
remove
0 głosów
2 odpowiedzi
24th Jul 2022, 10:39 AM
Irshad Ahmad
Confusion regarding order of the x and y value?
c#
output
1 Głos
1 Odpowiedź
1st Apr 2017, 4:09 PM
Rakesh Chandra Dash
Print the shape of letter X with stars * * * * * * * * *
c
java
javascript
python
1 Głos
11 odpowiedzi
10th Jun 2018, 7:12 PM
Hatim M Baroodwala
How I can put output from rand() to X?
ask
c++
rand()
x
0 głosów
20 odpowiedzi
11th May 2018, 6:42 AM
BuddyValera
How to make a X sign using 2d array in java?
arrays
question
0 głosów
2 odpowiedzi
25th Nov 2019, 4:15 PM
Ian Karl
Why my bor not hide if i click on button X please tell
help
solo
sololearn
3 głosów
2 odpowiedzi
13th Jul 2020, 11:48 AM
GOAT KAUSHIKBRO
Why is value of x not mentioned in the output instead its showing x+8
python3
0 głosów
7 odpowiedzi
1st Jul 2018, 3:57 AM
Khushi Bhatt
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
< Do tyłu
1
...
7
8
9
...
18
Dalej >
Popularne dzisiaj
How to Start Programming ?
2 Votes
time complexity
1 Votes
Would it be possible to store all your Python files in the same directory, and achieve data persistence?
0 Votes
Why my code doesn't meet all the testcases ??
0 Votes
What is better for beginner C# or C++
0 Votes
Using JavaScript with an External File
0 Votes
Any Other Solution?
1 Votes
For loop
1 Votes
Restoring lives
1 Votes
Friends for everyone who wants a software code to access the zzz code ai website
0 Votes