es
Feedback
962
Suscriptores
Sin datos24 horas
-57 días
-1830 días
Archivo de publicaciones
Java dasturlash tilida bazi misollarning ishlanishi 1-qism Telegram | Viktorina bot | Portfolio

#savol_cpp_boolean_40 Telegram | Viktorina bot | Portfolio
#savol_cpp_boolean_40 Telegram | Viktorina bot | Portfolio

0.44 KB

Assalomu alaykum do'stlar sizlarga udemy.com platformasining pullik kurslarini bepul ulashib kelayotgan kanalni sizga taqdim
Assalomu alaykum do'stlar sizlarga udemy.com platformasining pullik kurslarini bepul ulashib kelayotgan kanalni sizga taqdim etmoqchiman kanalda shu paytgacha 250 dan ortiq pullik kurs qoyilgan. Kanal yana o'z obunachilariga 500-600 ta pullik kursni tekinga ulashmoqchi Obuna bo'lish uchun link 👉 Telegram || Guruh Kurs bo'yicha zakaz 👉 Guruh

#javob_cpp_boolean_39 #include #include using namespace std; int main(){ int x1, y1, x2, y2; cout << "x1 = "; cin >&
#javob_cpp_boolean_39 #include <iostream> #include <math.h> using namespace std; int main(){ int x1, y1, x2, y2; cout << "x1 = "; cin >> x1; cout << "y1 = "; cin >> y1; cout << "x2 = "; cin >> x2; cout << "y2 = "; cin >> y2; bool farzin = (((abs(x1 - x2)) == (abs(y1 - y2))) || ((x1 == x2) (y1 == y2))); cout << farzin; } Telegram | Viktorina bot | Portfolio

PROGRAMMERS kanalini nafaqat telegramda, balki YouTubeda ham kuzatib borishingiz mumkin. Shu kungacha java dasturlash tilidan YouTube kanalimizga joylangan videodarsliklar quyidagilar 1. Hello world 2. Kiritish va chiqarish 3. Matematik funksiyalar 4. Misollar 5. Increment, Decrement 6. Mantiqiy operator 7. Mantiqiy operatorga oid misollar 8. If operatori 9. If operatoriga oid misollar 10. Case operatori 11. Case operatoriga oid misollar_1 12. Case operatoriga oid misollar_2 13. Koordinatalar orasidagi masofani topish 14. Uchburchak yuzini topish 15. For operatori 16. Kuchaytirilgan for operatori (foreach) 17. While operatori 18. While + case operatori 19. While operatoriga oid misol 20. Sonning necha xonaligini topuvchi dastur 21. Mukammal son 22. Armstrong son 23. Do while operatori 24. Sonning bo'luvchilari 25. Tub sonlar 26. Massiv 27. Massiv elementlarini juft yoki toq 28. Massiv elementlari max yoki min 29. Massiv elementlari max va min (davomi) 30. O'rin almashtirish 31. Massiv elementlari max va min elementlari o'rinlarini o'zaro almashtirish 32. Simple sort 33. Massiv elementlarini saralash 34. Selection sort 35. Bubble sort 36. Insertion sort 37. Counting sort 38. Ikki o'lchamli massiv 39. Ikki o'lchamli massivga oid misollar 40. Ikki o'lchamli massivga oid misollar (davomi) 41. Matrisani matrisaga ko'paytirish 42. String mavzusi 43. Srting mavzusi (davomi) 43. File ochish 44. File ochish (davomi) 45. Faylga yozish Shu kungacha Cisco dasturidan YouTube kanalimizga joylangan videodarsliklar quyidagilar 1. Dasturni o'rnatish 2. Dastur bilan tanishuv 3. Kompyuterlarning o'zaro aloqasi 4. Switch va Hub ularning o'zaro farqi 5. Router haqida 6. Router haqida (davomi) 7. Routerga kod yozish 8. Routerga kod yozish (davomi) 9. IPv4 10. Routerlarning o'zaro aloqasi 11. VLAN 12. DHCP 13. Takrorlash (misol) 14. Switchlarning o'zaro aloqasi 15. IPv4 (Ikkinchi dars) 16. IPv4 (Uchinchi dars) 17. Ip route 0.0.0.0 18. LACP va PAGP 19. Router RIP 20. Switch 3560 Shu kungacha PHP dasturlash tilidan YouTube kanalimizga joylangan videodarsliklar quyidagilar 1. PHP API Part - 1 "Database Connection" 2. PHP API Part - 2 "Create Database & Writing query" 3. PHP API Part - 3 "Design with Bootstrap" 4. PHP API Part - 4 "Display Dynamic Data" 5. PHP API Part - 5 "INSERT, Design PopUp" 6. PHP API Part - 6 "INSERT, make action" 7. PHP API Part - 7 "EDIT, JQuery edit" Viktorina bot | Telegram | Youtube

JAVA - If operatori Telegram | Viktorina bot | Youtube

#savol_cpp_boolean_39 Telegram | Viktorina bot | Portfolio
#savol_cpp_boolean_39 Telegram | Viktorina bot | Portfolio

#javob_cpp_boolean_38 #include #include using namespace std; int main(){ int x1, y1, x2, y2; cout &lt;&lt; "x1 = "; cin &gt;&
#javob_cpp_boolean_38 #include <iostream> #include <math.h> using namespace std; int main(){ int x1, y1, x2, y2; cout << "x1 = "; cin >> x1; cout << "y1 = "; cin >> y1; cout << "x2 = "; cin >> x2; cout << "y2 = "; cin >> y2; bool fil = ((abs(x1 - x2)) == (abs(y1 - y2))); cout << fil; } Telegram | Viktorina bot | Portfolio

#savol nxn o'lchamdagi matrisaning pastki chap burchak elementlarini 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(); } for (int i = 0; i < a.length; i++) { for (int j = 0; j < a.length; j++) { if (i > j) { System.out.print(a[i][j] + " "); } } } } Telegram | Viktorina bot | Youtube

#savol nxn o'lchamdagi matrisaning yuqori o'ng burchak elementlarini 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(); } for (int i = 0; i < a.length; i++) { for (int j = 0; j < a.length; j++) { if (i < j) { System.out.print(a[i][j] + " "); } } } } Telegram | Viktorina bot | Youtube

#savol_cpp_boolean_38 Telegram | Viktorina bot | Portfolio
#savol_cpp_boolean_38 Telegram | Viktorina bot | Portfolio

#javob_cpp_boolean_37 #include using namespace std; int main(){ int x1, y1, x2, y2; bool shox; cout &lt;&lt; "x1 = "; cin &gt
#javob_cpp_boolean_37 #include <iostream> using namespace std; int main(){ int x1, y1, x2, y2; bool shox; cout << "x1 = "; cin >> x1; cout << "y1 = "; cin >> y1; cout << "x2 = "; cin >> x2; cout << "y2 = "; cin >> y2; 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)); cout << shox; return 0; } Telegram | Viktorina bot | Portfolio

#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 | Portfolio

#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 | Portfolio

#savol_cpp_boolean_37 Telegram | Viktorina bot | Portfolio
#savol_cpp_boolean_37 Telegram | Viktorina bot | Portfolio

Vue.js chilar bormi kanalimizda? Tez orada #youtube kanalimizga Vue.js to'liq videokurslar yuklanadi. 1. Vue.js Basic Tutoria
Vue.js chilar bormi kanalimizda? Tez orada #youtube kanalimizga Vue.js to'liq videokurslar yuklanadi. 1. Vue.js Basic Tutorial 2. Vue CLI with (Bonus Mini Project) 3. Forms and Data Binding 4. Vue Router Basics 5. Fetching Data 6. Vue Crud Application Project Vue2 to Vue 3 migration 7. Composition Api tutorial 8. Async code with (Composition Api) 9. Routing with (Composition Api) 10. Vue with Auth tutorial 11. Vuex tutorial Javascript Dasturchilar uchun maxsus @jstutorial

Assalomu aleykum Xurmatli dasturchilar. PROGRAMMERS kanalimizda savol - javob viktorinasini olib borayapmiz. Viktorinamizda berilayotgan savollar va javobllar yuqorida qolib ketganligini hisobga olgan holatda, viktorinamizdagi savol javoblarni @programmersQuiz_bot botiga joylab borayapmiz. Botga a'zo bo'ling. Hali savollar oldida ... Botning C++ (Integer) bo'limiga yangi savollarni va ularning javoblarini qo'shdik. Viktorina bot Telegram | Viktorina bot | Portfolio

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

#javob_cpp_boolean_36 #include using namespace std; int main(){ int x1, y1, x2, y2; bool ruh; cout &lt;&lt; "x1 = "; cin &gt;
#javob_cpp_boolean_36 #include <iostream> using namespace std; int main(){ int x1, y1, x2, y2; bool ruh; cout << "x1 = "; cin >> x1; cout << "y1 = "; cin >> y1; cout << "x2 = "; cin >> x2; cout << "y2 = "; cin >> y2; ruh = ((x1 == x2) || (y1 == y2)); cout << ruh; return 0; } Telegram | Viktorina bot | Portfolio

PROGRAMMERS - Estadísticas y analítica del canal de Telegram @programmers_dasturchi