Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Precios
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
Cout the number of occurence of a particular element x in c++ vector??
arrays
c++
vector
0 Votos
2 Respuestas
26th Jul 2023, 4:00 PM
Anuj Khare
Can someone tell me what is that answer exactly please🙏. Int x=2 ; int y= 4 ; int result x = _ _ ; systeme.out.printhl ( )
java
operators
0 Votos
10 Respuestas
4th Aug 2019, 2:38 AM
Gaben_ley BIEN-AIME
In two dimension array let say arr[x][y]. How can i make a c program having different x and y value or x and y be the user input
c
0 Votos
3 Respuestas
21st Sep 2018, 6:33 PM
Riya Runjhun
What will be the value of x after the following code is executed?
(int
10;
20;
5;
for
int
x
y
0 Votos
1 Respuesta
3rd Oct 2017, 1:00 AM
natet2014
what is the purpose of y=x++ i.e assigning x to y then increment it?
c++
operators
2 Votos
6 Respuestas
5th Feb 2017, 7:41 AM
Sopanaadevi.S
Guys in cpp I create a program has variable x and this program ask for the user input to give the value of x like this program :
c++
cpp
question_for_pro
0 Votos
2 Respuestas
2nd Aug 2019, 3:31 PM
PONAGAMA
in the end we get value of x equal 3. Why it’s not 2?
javascript
0 Votos
2 Respuestas
23rd Jul 2023, 3:26 PM
🕸carpe diem🕸
How I can read line in text file char by char using x
c
0 Votos
2 Respuestas
21st Mar 2023, 7:28 PM
Azir Azerto
If 90x + 7 = 97, what is x?
logic
value-types
x
2 Votos
2 Respuestas
12th Feb 2019, 3:44 PM
David Boga
How can we make this program by loooping????? It is kust type of x sign!!!!
java
program
3 Votos
4 Respuestas
21st Jun 2018, 3:57 PM
Harsh Agrawal
Hacer un programa que, dado un valor de x, calcule el valor de la función: f(x) = 1 – x + x2/2! – x3/3! + x4/4! – x5/5! + …
c++
-1 Voto
19 Respuestas
11th Jul 2020, 2:18 AM
Daniel Enrrique Rios Carran
Didn’t get why is it 34 in output, when I write X =3, n = 1...it has to be X...what am I doing with my life...
beginer
c++
help
question
result
urgently
1 Voto
4 Respuestas
18th Sep 2019, 8:58 AM
Марія Селезньова
/Calculate X raised yo power Y using different methods while :do while :for
c++
1 Voto
1 Respuesta
21st Jan 2023, 6:32 PM
MO SHERIF
How can I swap the values of X and Y? Here's the sample output
c#
3 Votos
1 Respuesta
7th Nov 2020, 7:42 AM
Joyce
can i use float x in function vab() insted of double how???
methods
0 Votos
1 Respuesta
13th Jul 2018, 3:04 PM
VAIBHAV BOROLE
Two for loops that reads all num in x rows and y columns
python
0 Votos
2 Respuestas
8th Jun 2019, 5:57 PM
Marpari
What's arr [x] in blow code? Arrays have numbers and x is not a number!
arrays
dom
html
javascript
1 Voto
9 Respuestas
16th Aug 2017, 5:40 AM
Waqas Shah
Why (x and y) == y ? Why (x or y) == x ?
python3
0 Votos
3 Respuestas
6th Jul 2020, 10:23 AM
Alex
A certain number X wants to know who will be it's dancing partner. Please help X.
c
c++
java
kotlin
python3
ruby
10 Votos
3 Respuestas
1st Mar 2021, 10:44 AM
Dheerendra Kushwaha
when I call re.findall(x, "s)s)s") for x = r”)” it returns an error. Is there a way to make it not do that?
error
python
python3
0 Votos
1 Respuesta
15th Sep 2019, 12:40 AM
Evan
How do I get the x and y of a click using javascript?
html
javascript
0 Votos
1 Respuesta
4th Dec 2019, 6:01 AM
Lemonades For Sale
Running Mac OS X on VirtualBox on a Windows Computer for Swift
macosx
swift
virtualbox
xcode
0 Votos
1 Respuesta
28th Nov 2018, 5:52 PM
Hunter Reece
How to append only the x first elements of a list, to another list.
lists
python3
2 Votos
1 Respuesta
26th Apr 2018, 9:08 PM
Hakim
What happens if I assign a variable x to 8, and Y to x, can i later change what value x holds? Or is Y forced to be equal to 8?
ruby
variables
2 Votos
4 Respuestas
2nd Jun 2017, 9:40 AM
william
Let my class name is round. Why I have to write this syntax for dynamic memory alloc. like this........ round x = new round ();
java
0 Votos
4 Respuestas
10th Jun 2017, 6:53 PM
Anshul Sharma
can we declare system variables in phyton? like 2xy+3x in which x doest have value.
systemvariable
0 Votos
6 Respuestas
29th Sep 2019, 10:10 AM
amarendra
how can i calculate the number of students with age > x in sql?
sql
1 Voto
4 Respuestas
26th Sep 2017, 6:34 PM
Mohamed Hussien
Print the shape of letter X with stars * * * * * * * * *
c
java
javascript
python
1 Voto
11 Respuestas
10th Jun 2018, 7:12 PM
Hatim M Baroodwala
If I write const int x=5; after many lines I again write const int x =10; What will the final value x at end of execution or it will be an error
c#
constants
1 Voto
5 Respuestas
19th Aug 2016, 6:31 AM
Akshay Sajeev
Please explain what the purpose of an x += operation is and what it's doing
operators
python
1 Voto
6 Respuestas
2nd Aug 2016, 5:06 PM
Austin Shepard
C - Why does this code, without casting x to int, return a garbage value?
c
type-conversion
variables
2 Votos
1 Respuesta
26th Sep 2019, 8:59 PM
Paolo De Nictolis
How I can put output from rand() to X?
ask
c++
rand()
x
0 Votos
20 Respuestas
11th May 2018, 6:42 AM
BuddyValera
How can I command the user to enter value of x so condition can be true
help
0 Votos
6 Respuestas
18th Jul 2020, 6:09 AM
Ajay
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 Respuestas
17th Jun 2021, 6:44 PM
zoro
int x = 10 if (x > -1); if (x != 0); if (x > 0); System.out.println (“x is a positive number having value “ + x);
if
if-statements
in
java
output
2 Votos
2 Respuestas
7th Dec 2020, 11:43 AM
Nadia Arias
In Java, is there a way to create variable labels using another variable in a for loop:for(int x= 1; x < 3; x++){int y_x = 0;}
begginer
java
loop
0 Votos
3 Respuestas
21st Dec 2018, 3:06 PM
Marcelo
Can anyone explain this java statement and the value of x after evaluating::- where int x=4
java
operators
1 Voto
9 Respuestas
17th Jul 2018, 4:01 PM
Neha Dhar
I want to know the logic to the questions in the challenges.. I means. if x = 4;S. o. t("++x"); output : 5 . hope u understand..
challenges
help
logic
0 Votos
6 Respuestas
4th Jan 2018, 6:17 AM
Anjali Kushwaha
i need to repeat the function every x seconds, how can i do this ?
interval
python
python3
repeat
setinterval
2 Votos
2 Respuestas
18th Jan 2021, 7:53 PM
Adamyan
In python3 cant we use if statement as - x= int(input (' 2+2') if x = 4 print ('correct') and if we can then how?
python3
0 Votos
3 Respuestas
11th Dec 2017, 3:41 PM
Arjun Mahanty
Does the addition of a colon after x mean the meaning of loop enhancement?
arrays
loops
0 Votos
2 Respuestas
21st May 2019, 9:10 AM
郭超桦
Who knows what is the function of x y on svg tag please help
svg
1 Voto
2 Respuestas
5th Apr 2018, 2:16 AM
Densey
Discussion: the fact this tutorial is done with x and not i is wrong!
c#
loops
-2 Votos
5 Respuestas
28th Aug 2016, 3:43 PM
Omri Yeshaya
Can anyone explain why x didn't assigned to zero at the time of 2nd calling??
c++
static
0 Votos
6 Respuestas
3rd Sep 2017, 8:42 AM
Harsha Sanju
*FRIDAY CHALLENGE* : write a code that gets as input a positive number N > 1 and prints a N x N CLOCKWISE-SPIRAL-SQUARE
c#
c++
challenge
friday
html
java
php
python
ruby
weekend
57 Votos
75 Respuestas
18th Aug 2017, 12:59 AM
Louis
Why my code doesn't generate different values for x and f ? it should be random
python
python3
0 Votos
4 Respuestas
28th May 2023, 9:49 AM
Vinay Sharma
Can anyone please tell me why it is needed to use x //= 10 inthis code
else
if
0 Votos
6 Respuestas
28th Nov 2020, 5:27 PM
Rahul
Why is it SyntaxError when you give X or Y a negative value (on this code)?
createelement
fun
javascript
positive_value
priya
syntaxerror
web
x
y
2 Votos
5 Respuestas
28th Jul 2019, 4:18 AM
Ginfio
Python: How should we interpret 'lambda x:not any(p in x for p in ['
#x27;,'%'])'?
iterables
python
0 Votos
1 Respuesta
17th Sep 2020, 6:57 PM
Solus
What are the values to i, x and y after completing the code segment?
ASAP
c++
help
question
0 Votos
3 Respuestas
6th Apr 2017, 3:13 AM
Matthew Brittan
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
11
12
13
...
18
Siguiente >
En tendencia hoy
I need help to solve this
1 Votes
How do we code calculator
1 Votes
How to add comment in python?
0 Votes
Engineer Cloud
0 Votes
Lua?
1 Votes
Ayuda para insertar la imagen de portada y las melodías a mi álbum alguien sabe cómo
0 Votes
What programming language should i learn to make applications or games?
0 Votes