Код на джаве еслич static int a; static int f(int t) { if(t < 10) return a = 30; else return a = 50; // else if(t >= 10) }