es
Feedback
960
Suscriptores
-124 horas
-67 días
-2030 días
Archivo de publicaciones
🔥Hech qanday Hosting va Kod yozishlarsiz BOT ochingiz uchun Smart Bot yaratdik. BOTIMIZDA: 👇 • QOROVUL • VKM • USSD • Music
🔥Hech qanday Hosting va Kod yozishlarsiz BOT ochingiz uchun Smart Bot yaratdik. BOTIMIZDA: 👇 • QOROVUL • VKM • USSD • Music Edit • Edit Post • TextStylish • Aloqa (Adminlar uchun) - BOTlarni ochishingiz mumkin. ⭐️Kunlik Botlar yangilanadi. ⚡️Siz yaratgan Bot Linux Hostingdan joy oladi va 101% xavfsiz saqlanadi. 👤Yaratgan Botingizda avtomatik Admin bo'lasiz ⚡️BEPUL BOT OCHING: @UZFIXBOT

#savol nxn o'lchamdagi matrisaning paski o'ng burchak elementlari yi'gindisini topuvchi dastur tuzing? #javob #java Java dasturlash tilida yozilgan dastur kodi public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int n = scanner.nextInt(); int[][] a = new int[n][n]; for (int i = 0; i < a.length; i++) { for (int j = 0; j < a.length; j++) { a[i][j] = scanner.nextInt(); } } for (int i = 0; i < a.length; i++) { for (int j = 0; j < a.length; j++) { System.out.print(a[i][j] + " "); } System.out.println(); } int s = 0; for (int i = 0; i < a.length; i++) { for (int j = 0; j < a.length; j++) { if (i + j >= n) { s += a[i][j]; System.out.print(a[i][j] + " "); } } } System.out.println("\nYig'indisi: " + s); } Telegram | Viktorina bot | Youtube

#savol nxn o'lchamdagi matrisaning yuqori chap burchak elementlarini chiqaruvchi dastur tuzing? #javob #java Java dasturlash tilida yozilgan dastur kodi public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int n = scanner.nextInt(); int[][] a = new int[n][n]; for (int i = 0; i < a.length; i++) { for (int j = 0; j < a.length; j++) { a[i][j] = scanner.nextInt(); } } System.out.println("Matrisa elementlari"); for (int[] ints : a) { for (int j = 0; j < a.length; j++) { System.out.print(ints[j] + " "); } System.out.println(); } System.out.println("Matrisaning yuqori chap burchak elementlari"); for (int i = 0; i < a.length; i++) { for (int j = 0; j < a.length; j++) { if (i + j <= n - 2) { System.out.print(a[i][j] + " "); } } } } Telegram | Viktorina bot | Youtube

#savol_cpp_begin_32 Temperatura Tc Selsiyda berilgan. Temperatura qiymatini Tf gradus farengeytga o'tkazuvchi dastur tuzing? Tf = (9 * Tc + 160) / 5 Telegram | Viktorina bot | Youtube

Yana bir bor eslatma ❗️❗️❗️ PROGRAMMERS kanalimizda Qudrat Abdurahimov tomonlaridan ishlab chiqilgan elektron qurilmadagi masalalar to'plamini C++ dasturlash tilida ishlashni boshlaganmiz. Hozirda Kiritish, chiqarish va o'zlashtirish operatoriga oid masalalari (Begin) bo'limini 25-savoliga kelganmiz. Misollar tartibi quyidagicha. Ertalab soat 08:00 da misol tashlaymiz, kechqurun soat 20:00 da o'sha savolni javobini C++ dasturlash tilida ishlanishini tashlaymiz. Bundan tashqari ushbu bo'limni Kotlin dasturlash tilida tugatganmiz Barcha savol javoblarni ushbu @programmersQuiz_bot botga joylab bormoqdamiz Telegram | Viktorina bot | YouTube

Java - String tipiga oid misol (matndagi eng uzun so'z) Telegram | Viktorina bot | YouTube

Java - Kiritilgan sonning raqamlar yig'indisini topuvchi dastur Telegram | Viktorina bot | YouTube

#savol_cpp_begin_31 Temperatura Tf Farengeytda berilgan. Temperatura qiymatini Tc gradus selsiyga o'tkazuvchi dastur tuzing? Tc = (Tf - 32) * 5 / 9 #javob_cpp_begin_31 #include <iostream> #include <math.h> using namespace std; int main(){ double Tf, Ts; cout << "Farengeyt gradus kiriting = "; cin >> Tf; Ts = (Tf - 32) * 5 / 9; cout << "Selsiy = " << Ts; } Telegram | Viktorina bot | Youtube

+2

+1
Ranglarni aniqlaydigan programma

#savol_40 #javob_40 Java dasturlash tilida public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.print("x1 = "); int x1 = scanner.nextInt(); System.out.print("y1 = "); int y1 = scanner.nextInt(); System.out.print("x2 = "); int x2 = scanner.nextInt(); System.out.print("y2 = "); int y2 = scanner.nextInt(); boolean ot = (((Math.abs(x1 - x2) == 1)) && (Math.abs(y1 - y2) == 2) || ((Math.abs(x1 - x2) == 2)) && (Math.abs(y1 - y2) == 1)); System.out.println(ot); } Telegram | Viktorina bot | Youtube

photo content

photo content

#savol_39 #javob_39 Java dasturlash tilida public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.print("x1 = "); int x1 = scanner.nextInt(); System.out.print("y1 = "); int y1 = scanner.nextInt(); System.out.print("x2 = "); int x2 = scanner.nextInt(); System.out.print("y2 = "); int y2 = scanner.nextInt(); boolean farzin = (((Math.abs(x1 - x2)) == (Math.abs(y1 - y2))) || ((x1 == x2) || (y1 == y2))); System.out.println(farzin); } Telegram | Viktorina bot | Youtube

#savol_38 #javob_38 Java dasturlash tilida public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.print("x1 = "); int x1 = scanner.nextInt(); System.out.print("y1 = "); int y1 = scanner.nextInt(); System.out.print("x2 = "); int x2 = scanner.nextInt(); System.out.print("y2 = "); int y2 = scanner.nextInt(); boolean fil = ((Math.abs(x1 - x2)) == (Math.abs(y1 - y2))); System.out.println(fil); } Telegram | Viktorina bot | Youtube

photo content

photo content

#savol_37 #javob_37 Java dasturlash tilida public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.print("x1 = "); int x1 = scanner.nextInt(); System.out.print("y1 = "); int y1 = scanner.nextInt(); System.out.print("x2 = "); int x2 = scanner.nextInt(); System.out.print("y2 = "); int y2 = scanner.nextInt(); boolean shox = ((x1 == x2 - 1) && (y1 == y2 + 1)) || ((x1 == x2) && (y1 == y2 + 1)) || ((x1 == x2 + 1) && (y1 == y2 + 1)) || ((x1 == x2 - 1) && (y1 == y2)) || ((x1 == x2 + 1) && (y1 == y2)) || ((x1 == x2 - 1) && (y1 == y2 - 1)) || ((x1 == x2) && (y1 == y2 - 1)) || ((x1 == x2 + 1) && (y1 == y2 - 1)); System.out.println(shox); } Telegram | Viktorina bot | Youtube

photo content

photo content