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
what will be the value of z and how pls help !!!!
c
c++
1 Voto
4 Respostas
3rd Jun 2020, 5:20 PM
NIK
What z the diff btw '==' and 'is' operators in this program??
python
4 Votos
3 Respostas
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 Voto
1 Resposta
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 Respostas
28th Jan 2018, 6:44 AM
Nao
how come i cant do var z, then do z = x+y
c#
0 Voto
5 Respostas
17th Dec 2016, 5:28 PM
chorditronix
Z = ( a - b ) ( a - c )٢
c++
operators
0 Voto
5 Respostas
5th Jun 2017, 2:11 PM
Ahmed Abofteem
How can the z index changes the overlapping of an element
z-index
0 Voto
2 Respostas
28th Mar 2020, 2:18 PM
Huzaynat Modupeoluwa Oladiran
Please correct me i am not getting the value of z in output
c
0 Voto
3 Respostas
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 Resposta
12th Jan 2020, 10:31 AM
Ginfio
c++ - How to print next letters until Z and continue to A?
c++
0 Voto
2 Respostas
23rd Oct 2022, 7:56 AM
Zizo
how to assign value of z = ++b without changing the value of b.
javascript
0 Voto
4 Respostas
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 Voto
3 Respostas
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 Respostas
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 Respostas
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 Respostas
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 Respostas
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 Respostas
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 Respostas
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 Respostas
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 Respostas
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 Voto
9 Respostas
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 Respostas
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 Respostas
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 Voto
2 Respostas
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 Respostas
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 Respostas
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 Respostas
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 Respostas
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 Respostas
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 Resposta
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 Respostas
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 Respostas
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 Respostas
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 Voto
1 Resposta
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 Voto
3 Respostas
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 Voto
3 Respostas
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 Respostas
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 Voto
1 Resposta
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 Voto
4 Respostas
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 Voto
7 Respostas
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 Respostas
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 Respostas
11th Jan 2019, 1:44 PM
Padmapriya Ravichandran
I need help
?
character
invalid
is
z
1 Voto
5 Respostas
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 Voto
6 Respostas
5th Jun 2022, 3:41 AM
Pratik Pattnaik
Не работает z-index css
css
html
z
z-index
1 Voto
2 Respostas
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 Voto
5 Respostas
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 Voto
8 Respostas
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 Respostas
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 Voto
1 Resposta
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 Respostas
16th Sep 2019, 8:26 PM
Mannar Shehab Eldin
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
2
3
Próximo >
Quente hoje
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Please rate my code from 1 to 10
2 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
why do people say programming is hard
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
I’m new someone can help me
0 Votes