output? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

output?

int y=3, x=5; ++x -- y

27th Dec 2019, 8:47 AM
Msh
Msh - avatar
1 Resposta
+ 3
No command was given to print output, so there's no output. If you include a statement for printing, then Mukesh has the answer. (Edit) You forgot the semicolon after `++x` and `--y`, so that code wouldn't even run until you fix that.
27th Dec 2019, 9:02 AM
Ipang