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
what will be the value of z and how pls help !!!!
c
c++
1 Voto
4 Respuestas
3rd Jun 2020, 5:20 PM
NIK
What z the diff btw '==' and 'is' operators in this program??
python
4 Votos
3 Respuestas
2nd Aug 2017, 3:50 PM
looper
z value is 5 in main function,but after calling fun function z value become 15 in fun function.can anyone syggest the answer....
c
0 Votos
1 Respuesta
22nd Feb 2018, 8:35 PM
Anand Namastemath
Why value of y and z is not incremented? i.e. output should be 1222
c++
output
9 Votos
5 Respuestas
28th Jan 2018, 6:44 AM
Nao
how come i cant do var z, then do z = x+y
c#
0 Votos
5 Respuestas
17th Dec 2016, 5:28 PM
chorditronix
Z = ( a - b ) ( a - c )٢
c++
operators
0 Votos
5 Respuestas
5th Jun 2017, 2:11 PM
Ahmed Abofteem
How can the z index changes the overlapping of an element
z-index
0 Votos
2 Respuestas
28th Mar 2020, 2:18 PM
Huzaynat Modupeoluwa Oladiran
Please correct me i am not getting the value of z in output
c
0 Votos
3 Respuestas
5th Dec 2020, 1:45 PM
Dipraj
You can’t draw in Z direction in SVG - - Can you?
css
js
jtml
svg
web
z
z-axis
1 Voto
1 Respuesta
12th Jan 2020, 10:31 AM
Ginfio
c++ - How to print next letters until Z and continue to A?
c++
0 Votos
2 Respuestas
23rd Oct 2022, 7:56 AM
Zizo
how to assign value of z = ++b without changing the value of b.
javascript
0 Votos
4 Respuestas
17th Aug 2019, 7:07 AM
Safaa Alnabhan
#include <constream.h> int main () { int x = 10, y = 3, z; for (z= 0; z < x;) z = z++ +y; cout <<"\n" << z; return 0; }
constream
for
0 Votos
3 Respuestas
15th Sep 2020, 5:33 AM
Abdul Sami
What is the output of the following program : y = 8 z = lambda x : x * y print z(6)
python
-2 Votos
5 Respuestas
17th Jul 2016, 3:12 AM
Subhankar Paul
I have a dump question! Why 3/2=1 though z is float not integer??
basics
c#
data-types
1 Voto
2 Respuestas
27th Jun 2017, 8:31 AM
Abdul Aziz Al-Ayoubi
If the code is : int x=4; int y=2; int z=x%y; Console. WriteLine("value of z is {2}",z);
c#
printoutput
8 Votos
5 Respuestas
1st Nov 2016, 5:17 PM
Uplabdhi Singh
Help can someone explain the line in var z in this code? I get confused. Thanks
challenges
javascript
js
thank
you
8 Votos
2 Respuestas
6th Jul 2017, 3:49 AM
RC Mon
what is the different between z index and multiple background?? is it same or what?
and
background
css
different
multiple
z-index
1 Voto
4 Respuestas
28th Feb 2017, 7:27 PM
Saifullah
This code is valid only for tesr case 1 z help me in this Fruit bowl code coach solution
codecoach
2 Votos
6 Respuestas
21st Oct 2021, 9:56 AM
Tanu Jain
Creating a web with div tag attribute or frame ...which one is z best ?
css
html
1 Voto
2 Respuestas
3rd Jun 2019, 4:27 PM
Haile
How do i put a space between the min and hours in the variable z ?
var
2 Votos
2 Respuestas
23rd Feb 2021, 5:55 PM
Francisco Bensaia
someone could help me I have to make a z with the numbers 1-10 in the program in c ++
c++
0 Votos
9 Respuestas
12th Oct 2019, 5:43 AM
Fernanda C. A
Fill in the blanks to declare a constant num and an arrow function calc. num = 5; const calc = (x, y, z = num) {
javascript
-4 Votos
8 Respuestas
4th Apr 2019, 2:18 PM
Jonathan Rukangira
Can someone help me with the output of this code?Why we have *TEST PP Z rincipal* in the output?
c
3 Votos
4 Respuestas
22nd May 2020, 11:19 PM
Nika Soltani Tehrani
i = '3471' z = i[::-1] if i == z: print(z) else: print(z[2]*2 + z[3]*2)
python3
0 Votos
2 Respuestas
19th Mar 2018, 8:34 AM
KUMARAN
print a to z without any loop on press of any key in keyboard . how can you solve it?
alphabet
loops
print
withoutloop
1 Voto
4 Respuestas
17th Feb 2022, 6:51 AM
Prachi Paliwal
Var x = '2*2'; var y = 4 ; var z = eval(x+y) ;alert(z); why the answer =48 ? Can anyone explain it?
javascript
2 Votos
2 Respuestas
4th Feb 2020, 12:20 PM
Ibrahim Idrees
how can i write a program in java that print abc to z and in each have 5 alphabets
print
2 Votos
3 Respuestas
10th Apr 2018, 1:26 AM
Naqeeb Khan
In if statement ,if there is 1as condition,what would happen? And if contion is x&&y|| z what would happen
else
if
1 Voto
2 Respuestas
11th Nov 2018, 2:10 PM
Kaviyarasan Gnanasekaran
How to compare two strings in python inside the characters example: input1 :xy and input 2:xyz output: z
@coding
@program
@python
-1 Voto
3 Respuestas
24th Sep 2022, 3:44 PM
N G Johnson
Entered string returns letters from A to L, as lower-case, and letters from M to Z as upper-case.
python
python3
1 Voto
1 Respuesta
12th Nov 2018, 3:19 PM
Earl
Solve string var res="10+5+5+7";, var z should be equal its calculated value; then var s= should string of z;
javascript
1 Voto
4 Respuestas
18th Jun 2017, 3:14 PM
ASHISH PANDEY
public class Program { public static void main(String[] args) { int x = 34; int y = ++x; int z = x+y
operators
1 Voto
5 Respuestas
30th Oct 2019, 9:09 PM
Daniel
Why the output is 1211? How do we get 1 for the first output and why the values of y and z didn't change to 2?
c++
cpp
logic
3 Votos
9 Respuestas
18th Jul 2018, 9:12 AM
Yelyzaveta Al-Dara
int a=5; b=6; c=2; int z; z=++a + a++ - b-- + c++ + ++c; printf z
c,
operator-precedence
0 Votos
1 Respuesta
25th Aug 2018, 11:57 AM
Deepak K
Is there is any way to reverse the value of x,y variables with out using new z variable ???
albear
victor
0 Votos
3 Respuestas
16th Nov 2017, 10:40 AM
Elia Garas
#include <stdio.h> void main() { int x = 1, z = 3; int y = x << 3; printf(" %d\n", y); }
arithmetic
c
0 Votos
3 Respuestas
14th Jan 2021, 11:30 AM
yogesh
Find the value of z (Try solving this amazing post/pre operators question! It will make your concept clear forever :D)
javascript
operators
post-decrement
post-increment
pre-decrement
pre-increment
1 Voto
3 Respuestas
12th Feb 2017, 3:11 PM
Divyanshu Kushwaha
If unsigned int x = 168 and unsigned int y =60; If z = x & y; What's z?
=
=60;
168;
if
x
y
z
0 Votos
1 Respuesta
2nd Nov 2022, 6:04 AM
John Nwaigbo
How to make a java program in which i can place different numeric values of a - z and get output?
java
0 Votos
4 Respuestas
26th Feb 2017, 2:06 PM
Aniket Singh
I want to write a program who print a to z alphabet but i dont know how to write can anyone help me in written this code.
programming
0 Votos
7 Respuestas
11th Feb 2022, 12:02 PM
Raj Kiran Singh
In python ; how can i test if a character exist or not in a list that begin from 0 to 9 ... or from list a to z ?
character
exist
in
python
string
6 Votos
8 Respuestas
19th Aug 2019, 7:38 PM
Abdelkader Barraj عبد القادر البراج
The program accepts unique integers x y and z as input.The program must swap the largest and second largest integers and print
above
c
in
program
solve
the
-1 Voto
4 Respuestas
11th Jan 2019, 1:44 PM
Padmapriya Ravichandran
I need help
?
character
invalid
is
z
1 Voto
5 Respuestas
28th Mar 2022, 9:57 AM
💫𝘙𝘢𝘺𝘺𝘢𝘯💫
How strings are compares in python like is ab greater than z or abc less than p or b < d . How to know this?
boolean-logic
python
strings
0 Votos
6 Respuestas
5th Jun 2022, 3:41 AM
Pratik Pattnaik
Не работает z-index css
css
html
z
z-index
1 Voto
2 Respuestas
15th Nov 2021, 3:08 PM
Ashas Yiksvorogom
The following code examine three variables -- x, y, and z -- and prints the largest odd number among them. If none of them is o
python3
0 Votos
5 Respuestas
29th Sep 2020, 10:40 PM
Ali Rezaei
Hey, can you help me out , this is a program to print the matrix as z, how can i make the program print the letter z upside down
c
c++
code
0 Votos
8 Respuestas
11th Jun 2020, 3:32 PM
Duha
Can someone please tell me how I can create a file in Shell that when I run CAT on it, it returns Z followed by a line break?
please
shell
1 Voto
4 Respuestas
1st Oct 2019, 4:50 PM
Nan0brS
function Calc(x,y) { z = x + y; return z; } || function Calc(4,5); & document.write ( functionCalc(4,5) ); Are these two same?
javascript
0 Votos
1 Respuesta
29th Nov 2020, 2:04 AM
Nishara Sewminie
what is the output of this ?with explanation please.. int x=2 , y=3 , z=0 ; z=(x++)*(x++)+(++y)*(++y) ; cout << z ;
?with
explanation
int
is
of
output
please..
the
this
what
-2 Votos
3 Respuestas
16th Sep 2019, 8:26 PM
Mannar Shehab Eldin
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
2
3
Siguiente >
En tendencia hoy
How to improve code readability
0 Votes
App
1 Votes
I NEED to make a game
0 Votes
Regarding course
0 Votes
Solved Grouping data
0 Votes
In this code, I want to make exactly another div right next to it in div, how to edit it?
1 Votes
Python input() function is strange (a bug or a feature?)
1 Votes
Mentor
0 Votes
Please how can I learn dart language here
0 Votes
Chess Tournament Exercise Doesn’t Work
0 Votes