Get Mystery Box with random crypto!

PROGRAMMERS

Telegram kanalining logotibi programmers_dasturchi — PROGRAMMERS P
Telegram kanalining logotibi programmers_dasturchi — PROGRAMMERS
Kanal manzili: @programmers_dasturchi
Toifalar: Texnologiyalar
Til: Oʻzbek tili
Obunachilar: 2.02K
Kanalning ta’rifi

Guruh: @Cpp_java_dasturlash
Quiz bot: @programmersQuiz_bot
Portfolio: @ProgrammersPortfolio
Reklama: https://t.me/programmers_reklama/2
Kanal uchun taklif:
@Mr_Max_Telegram
@AbdullayevZohid2609

Ratings & Reviews

4.33

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

2

4 stars

0

3 stars

1

2 stars

0

1 stars

0


Oxirgi xabar 2

2022-08-28 11:59:58
1 - natija

Telegram | Viktorina bot | Portfolio
403 viewsZohidjon Abdullayev, 08:59
Ochish/sharhlash
2022-08-28 09:59:58
#javob
#gita_10
Java dasturlash tilida

public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int a = scanner.nextInt();
int b = scanner.nextInt();
System.out.println(EKUB(a, b));
}

public static int EKUB(int a, int b) {
while (a != b) {
if (a > b) {
a -= b;
} else b -= a;
}
return a;
}

Telegram | Viktorina bot | Portfolio
455 viewsZohidjon Abdullayev, 06:59
Ochish/sharhlash
2022-08-28 08:02:12
#savol
#gita_10
80 ta imtihon savollari

Telegram | Viktorina bot | Portfolio
444 viewsZohidjon Abdullayev, 05:02
Ochish/sharhlash
2022-08-27 17:59:59
#javob_java_boolean_24

public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.print("a = ");
float a = scanner.nextFloat();
System.out.print("b = ");
float b = scanner.nextFloat();
System.out.print("c = ");
float c = scanner.nextFloat();
float d = b * b - 4 * a * c;
System.out.println(d > 0 || d == 0);
}

Telegram | Viktorina bot | Portfolio
482 viewsZohid Abdullayev, 14:59
Ochish/sharhlash
2022-08-27 10:00:50 Telegram | Viktorina bot | Portfolio
496 viewsZohid Abdullayev, 07:00
Ochish/sharhlash
2022-08-27 05:59:59
#savol_java_boolean_24

Telegram | Viktorina bot | Portfolio
500 viewsZohid Abdullayev, 02:59
Ochish/sharhlash
2022-08-26 17:59:59
#javob_java_boolean_23

public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int n = scanner.nextInt();
int a = n / 100;
int c = n % 10;
boolean bool = (a == c);
System.out.println(bool);
}

Telegram | Viktorina bot | Portfolio
534 viewsZohid Abdullayev, 14:59
Ochish/sharhlash
2022-08-26 10:01:25 Telegram | Viktorina bot | Portfolio
535 viewsZohid Abdullayev, 07:01
Ochish/sharhlash
2022-08-26 05:59:59
#savol_java_boolean_23

Telegram | Viktorina bot | Portfolio
538 viewsZohid Abdullayev, 02:59
Ochish/sharhlash
2022-08-25 17:59:59
#javob_java_boolean_22

public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int a = scanner.nextInt();
int b = scanner.nextInt();
int c = scanner.nextInt();
boolean bool = (a < b && b < c) || (a > b && b > c);
System.out.println(bool);
}

Telegram | Viktorina bot | Portfolio
542 viewsZohid Abdullayev, 14:59
Ochish/sharhlash