output? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

output?

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

27th Dec 2019, 8:47 AM
Msh
Msh - avatar
1 Answer
+ 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