Ikki sonni bo'lish funksiyasi
double divide(int a, int b) { if (b == 0) throw ArgumentError('0 ga bo\'lish mumkin emas'); return a / b; }