int y=14;
int z=++y*(y++ + 5);
System.out.print(z);
Find the output
Answers
Answered by
1
output is 300
Similar questions