ar
Feedback
PROGRAMMERS

PROGRAMMERS

الذهاب إلى القناة على Telegram
966
المشتركون
-124 ساعات
-37 أيام
-1630 أيام
أرشيف المشاركات

The social network Ijtiomoiy tarmoq Meta (facebook) yaratilish tarixi Telegram | Viktorina bot | Portfolio

The social netwotk (Ijtimoiy tarmoq) kinosini ko'rganmisiz
Anonymous voting

shu
Anonymous voting

Repost from PROGRAMMERS
Ijtimoiy tarmoq Meta (facebook) yaratilish tarixi Telegram | Viktorina bot | Youtube

Repost from PROGRAMMERS

#savol #minmax5 #javob Java dasturlash tilida public static void main(String[] args) { Scanner scanner = new Scanner(System.i
#savol #minmax5 #javob Java dasturlash tilida public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.print("n = "); int n = scanner.nextInt(); System.out.println("1 - jismning og'irligi va xajmini kiriting"); System.out.print("m = "); double m = scanner.nextDouble(); System.out.print("v = "); double v = scanner.nextDouble(); double max = m / v; for (int i = 2; i <= n; i++) { System.out.println(i + " - jismning og'irligi va xajmini kiriting"); System.out.print("m = "); m = scanner.nextDouble(); System.out.print("v = "); v = scanner.nextDouble(); if (max < (m / v)) { max = (m / v); } } System.out.print("Eng katta zichlik = " + max); } Telegram | Viktorina bot | Portfolio