Java Practice-it | Primitive Data and Definite Loops | Self-Check 2.17 : maxMin

preview_player
Показать описание
Topics:
basics, mystery, println, variables

Question:
What is the output from the following code?

int max;
int min = 10;
max = 17 - 4 / 10;
max = max + 6;
min = max - min;

Problem:
Рекомендации по теме