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-- ;
1 Respuesta
- 1
if x is lowercase and --x x-- is without space between - -
If x=2 find the value of x after the given statement is executed :- x%= --x+x-- ;