Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Цены
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
Paper of size A0 has dimensions 1189 mm x 841 mm. Each subsequent size A(n) is defined as A(n-1) cut in half parallel to its
c
-1 голос
2 ответов
26th Apr 2021, 12:10 PM
Rakhi
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 голос
3 ответов
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 голосов
8 ответов
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 голосов
14 ответов
5th Sep 2017, 5:53 AM
Hamza Ba-mohammed
How to but image on html iam using iphone x btw
html
web
0 голосов
3 ответов
9th Dec 2022, 12:17 AM
Joe Hafez
What is used in html to Take x power 3
html
html5
xhtml
2 голосов
2 ответов
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 голосов
7 ответов
28th Feb 2017, 4:55 AM
Gowtham S Reddy
What is meant by if x is not implemented?
magic-methods
python
0 голосов
1 ответ
20th Jul 2018, 11:47 AM
adarsh pandey
when we use char x ; then input x=97 what is the output??
c++
char
0 голосов
9 ответов
25th Oct 2016, 5:43 AM
gharam saad
[Python input] Why doesn't the x in the last line register?
help
input
inputs
needhelp
python
pythoninputs
pythonproblem
0 голосов
2 ответов
3rd Aug 2021, 6:27 AM
Zaquinta
int x = 8 , int y = 6, sopln(x&y)
java
0 голосов
2 ответов
8th Dec 2021, 4:44 AM
Rahul Yadgire
What if I wanna use x and y to be affected by animation?
html5
svg
2 голосов
5 ответов
9th Aug 2018, 5:37 PM
Armann
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 голос
5 ответов
25th Apr 2022, 9:22 AM
Korkunç el Gato
Fill in the blanks to declare a variable, add 5 to it and print its value. >>> x = 4 >>> x = 5 >>> print
python
0 голосов
2 ответов
26th Mar 2018, 10:44 AM
Maya Levita-Elliott
image of the body background changes every x second
css
html
0 голосов
2 ответов
2nd Oct 2017, 3:12 PM
boyd
How we can do a program of x raise to n ??
python
1 голос
3 ответов
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 голос
7 ответов
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 голосов
1 ответ
9th Nov 2017, 11:23 AM
TheTalentedKid
How do I get x and y cords of a click?
python3
0 голосов
2 ответов
21st Dec 2019, 4:42 AM
Lemonades For Sale
What is the meaning of += symbol in python?
1
x
1 голос
2 ответов
2nd May 2017, 12:33 PM
Heerak Ghanesh (HERO)
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 голосов
19 ответов
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 голосов
1 ответ
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 голос
3 ответов
10th Dec 2017, 5:03 PM
Christopher Johnson
why addoneto method cannot find variable x which is in the same class?
java
1 голос
5 ответов
26th Dec 2019, 3:35 PM
jcx2010
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 голосов
18 ответов
14th Sep 2020, 4:21 PM
Anas Emad
How to raise a number to a power x in C ++?
exponential
2 голосов
2 ответов
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 голосов
2 ответов
1st Sep 2021, 10:58 AM
Mikah Hannah
How do I find 2 numbers whose product is equal to x
php
0 голосов
5 ответов
18th Apr 2018, 8:53 PM
darell
Int x=3; switch(x) { case1: { x+=x;} case3: {x+=x;} case5:{x+=x;} default: {x+=5;} } cout x
shridhar
2 голосов
12 ответов
6th Feb 2018, 7:19 PM
Shridhar Rai
so naturally rand() % X goes from 0 -> X-1?
c++
rand
0 голосов
3 ответов
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 голос
6 ответов
30th May 2020, 8:08 AM
Will
Is x++ gives the result x+1 or x always?
java
0 голосов
2 ответов
30th Dec 2016, 8:27 AM
jakt
Can we replace BETWEEN X AND Y by > and < !!?
betwin
sql
where
1 голос
5 ответов
18th May 2017, 11:51 AM
Brahim Chai
Why is x and y given 0 and 1 respectively
c#
output
0 голосов
1 ответ
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 голосов
7 ответов
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 голос
3 ответов
30th Sep 2018, 10:51 AM
Rishabh Rawat
>>> x = 3 >>> num = 17 >>> print(num%x)
numeric-operations
python
0 голосов
2 ответов
15th Nov 2016, 4:49 AM
Darshen Nithiyanandnan
A certain number X wants to know who will be it's dancing partner. Please help X.
c
c++
java
kotlin
python3
ruby
10 голосов
3 ответов
1st Mar 2021, 10:44 AM
Dheerendra Kushwaha
What is wrong with this code? x = 0 while x< 9: x+=1 print(x,'''.\n''')
anyone
-1 голос
4 ответов
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 голос
4 ответов
8th Dec 2019, 4:21 PM
Bruce
why it is giving output as "-638011199" for int x = 12246890689;
variables
1 голос
2 ответов
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 голос
4 ответов
25th Jul 2018, 10:03 AM
Tijani Julius
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 голосов
4 ответов
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 голосов
2 ответов
24th Jul 2022, 10:39 AM
Irshad Ahmad
How I can put output from rand() to X?
ask
c++
rand()
x
0 голосов
20 ответов
11th May 2018, 6:42 AM
BuddyValera
Confusion regarding order of the x and y value?
c#
output
1 голос
1 ответ
1st Apr 2017, 4:09 PM
Rakesh Chandra Dash
Print the shape of letter X with stars * * * * * * * * *
c
java
javascript
python
1 голос
11 ответов
10th Jun 2018, 7:12 PM
Hatim M Baroodwala
How to make a X sign using 2d array in java?
arrays
question
0 голосов
2 ответов
25th Nov 2019, 4:15 PM
Ian Karl
Why is value of x not mentioned in the output instead its showing x+8
python3
0 голосов
7 ответов
1st Jul 2018, 3:57 AM
Khushi Bhatt
Can someone know all languages/codes..eg. Java HTML/CSS/python/c++/c#/VB/php etc... Do u guys think x possible?
programmers
1 голос
8 ответов
13th Nov 2016, 10:24 AM
raymond
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
< Предыдущий
1
...
7
8
9
...
18
Следующий >
Актуальное сегодня
Fix code
0 Votes
Fast coding (mobile)
1 Votes
..
1 Votes
Beginner_to_SoloLearn
2 Votes
How to learn C++ and how long does it take
1 Votes
Coding help
2 Votes
DSA doubt
1 Votes
Bridge pattern use case
0 Votes
Recover challenge history
0 Votes
Data structure using C
0 Votes