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

Показать описание
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:
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: