Computer Science, asked by kashvilalwani06, 5 months ago

What will be the output of the following code. Show the working where

required

int k = 5, j = 9;

k + = k++ – ++j + k;

System.out.println("k = "+k);

System.out.println("j = "+j);

System.out.println(Math.cbrt(Math.abs(-64)));​

Answers

Answered by Ayushikushwaha75
0

Answer:

sorry don't know

Explanation:

plz mark me as brainlist

Similar questions