Computer Science, asked by rohit2941, 1 year ago

Write the values that will be assigned to x, y, z and t after executing the following Java code :

Answers

Answered by ayushbanka
0

x = 4;

y = 5;

z = 6;

t = 7;

Answered by Thepassionate
0

Answer:

Explanation:

x = 4;

y = 5;

z = 6;

t = 7;

Similar questions