• Corsi
  • Compilatore di codice
  • Discuti
  • Prezzi
  • Squadre
Menu

Discussioni Q&A

So i understand that x++ is changing the vafiable after it is used and ++x before. But in the example of x = 5 y = ++x Why does y not equal 6 when x gets changed before use.
c++operators
0 Voti
2 Risposte
16th Sep 2016, 3:41 PM
sam
I downloaded Eclipse IDE for java developers. Once I sawy friend making a calculator from net beans IDE , I am trying everything but i can't do in my Eclipse why is it so ?
eclipsejava
0 Voti
1 Risposta
2nd Nov 2016, 12:59 PM
Aditya Kumar
Aditya Kumar - avatar
Output - Why is the output shown as "Enter a number: Enter another number: 42.0" Shouldn't the code be so that the inputted integers are shown in the output after each of the colons? if so how would you do this? Thanks! AT
pythontype-conversion
0 Voti
2 Risposte
11th Aug 2016, 6:45 AM
Andrew Turner
Andrew Turner - avatar
def add(x, y): return x + y def do_twice(func, x, y): return func(func(x, y), func(x, y)) a = 5 b = 10 print(do_twice(add, a, b)) Please explain step by step Which is caller here? Explain the 3rd and 4th line ? why in 4th line we write add(add(x,y),add(x,y)) which is function of 1st line ? how can we write function after return statement insted of (x+y+x+y )=30?
python
0 Voti
2 Risposte
29th Jul 2016, 7:22 PM
Rupam Das
Rupam Das - avatar
< Precedente1...451452Successivo >
Popolare oggi
Is it possible to convert .zip file to apk? If yes, how??
1 Votes
Pointers cpp
2 Votes
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
0 Votes
Why can’t I use double “ in python?
0 Votes
Is pro worth the money ?
1 Votes
2 cases not correct what's the problem
1 Votes
Drawing images in java
2 Votes
Need Guidance: AI Tools for Creating an App Prototype & UI/UX Design
1 Votes
You’re free to give me your advice! 🚨
0 Votes