Solve this Java question related to precedence | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Solve this Java question related to precedence

If x=2 find the value of x after the given statement is executed :- x%= --x+x-- ;

9th Aug 2019, 10:30 AM
Killer Wraith
Killer Wraith - avatar
1 Respuesta
- 1
if x is lowercase and --x x-- is without space between - -
9th Aug 2019, 11:20 AM
zemiak