✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Podan je naslednji del kode:
int x = 900;if (x > 10) if (x > 100) if (x > 1000) x = 1000; else x = 100;else x = 10;
Kakšna bo vrednost spremenljivke x, ko se koda izvede?