6. What will be the output of the following code
(b) = and = =?
(a) int k=5,j=9;
k+= k++ - ++j + k;
System.out.println("k="+k);
System.out.println("j="+j);
*(+5));
Answers
Answered by
3
Answer:
k= 5
j=45/{9*5}
Explanation:
pls mark it as brainliest.
Answered by
1
Answer:
What is this ???? can't understand
Similar questions