Computer Science, asked by garimasahukp, 9 months ago

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 sufyan08
3

Answer:

k= 5

j=45/{9*5}

Explanation:

pls mark it as brainliest.

Answered by amankrshaw15
1

Answer:

What is this ???? can't understand

Similar questions