1.03K subscribers
1.77K photos
420 videos
674 files
3.84K links
Download Telegram
PROGRAMMERS pinned a file
#javob_cpp_boolean_15

#include <iostream>

using namespace std;

int main(){
bool boolean;
int a, b, c;
cout << "a = ";
cin >> a;
cout << "b = ";
cin >> b;
cout << "c = ";
cin >> c;
boolean = ((a > 0) && (b > 0) && (c < 0)) ((a < 0) && (b > 0) && (c > 0)) ((a > 0) && (b < 0) && (c > 0));
cout << boolean;
}

Telegram | Viktorina bot | YouTube
👍3🤩1
🤩2👍1
Media is too big
VIEW IN TELEGRAM
Java - Klaviaturadan ma'lumot kiritish

Telegram | Viktorina bot | YouTube
👍61🥰1
This media is not supported in your browser
VIEW IN TELEGRAM
Assalomu alaykum bu kanalda
-Udemy platformasing kurslari
-Frontendga doir amaliy ishlar
-Antiviruslar
-Dasturlar
-Kompyuterga oid malumotlar topishingiz mumkin
Link 👉👉 Telegram || Guruh
👍1
#javob_cpp_boolean_16

#include <iostream>

using namespace std;

int main(){
bool boolean;
int a;
cout << "a = ";
cin >> a;
boolean = (a > 9 && a < 100 && a % 2 == 0);
cout << boolean;
}

Telegram | Viktorina bot | YouTube
👍1🔥1
👍21
android-studio-2020.3.1.25-windows.exe
914.7 MB
Android studio

Telegram | Viktorina bot | Youtube
👍1🤩1
#savol

#javob
Java dasturlash tilida

public
static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.print("n = ");
int n = scanner.nextInt();
int a = scanner.nextInt();
int min = a, max = a;
for (int i = 2; i <= n; i++) {
a = scanner.nextInt();
if (min > a) {
min = a;
}
if (max < a) {
max = a;
}
}
System.out.println("Max = " + max);
System.out.println("Min = " + min);
}

Telegram | Viktorina bot | YouTube
👍2🔥2
#javob_cpp_boolean_17

#include <iostream>

using namespace std;

int main(){
bool boolean;
int a;
cout << "a = ";
cin >> a;
boolean = (a > 99 && a < 1000 && a % 2 != 0);
cout << boolean;
}

Telegram | Viktorina bot | YouTube
👍2🥰1
👍2🔥1
Media is too big
VIEW IN TELEGRAM
Cisco - Router bilan tanishuv 1-qism

Telegram | Viktorina bot | YouTube
👍2🥰1
#savol

#javob
Java dasturlash tilida

public
static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.print("n = ");
int n = scanner.nextInt();
int k;
while (n > 0) {
k = n % 10;
n /= 10;
System.out.print(k);
}
}

Telegram | Viktorina bot | YouTube
👍1🔥1
#javob_cpp_boolean_18

#include <iostream>

using namespace std;

int main(){
bool boolean;
int a, b, c;
cout << "a = ";
cin >> a;
cout << "b = ";
cin >> b;
cout << "c = ";
cin >> c;
boolean = (a == b) (a == c) (b == c);
cout << boolean;
}

Telegram | Viktorina bot | YouTube
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 Kotlin bo'limiga yangi savollarni va ularning javoblarini qo'shdik

Viktorina bot

Telegram | Viktorina bot | YouTube
1🔥1
PROGRAMMERS pinned Deleted message
👍2🤩1
#savol
Klaviaturadan kiritilgan satrni teskari tartibda chiqaruvchi dastur tuzing?

#javob
Java dasturlash tilida

public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
String satr = scanner.next();
for (int i = satr.length() - 1; i >= 0; i--) {
char s = satr.charAt(i);
System.out.print(s);
}
}

Telegram | Viktorina bot | YouTube
👍1🥰1
#savol
Klaviaturadan kiritilgan satrni teskari tartibda chiqaruvchi dastur tuzing?

#javob
Kotlin dasturlash tilida

fun
main() {
val scanner = Scanner(System.in)
val satr = scanner.next()
for (i in satr.length - 1 downTo 0) {
val s = satr[i]
print(s)
}
}

Telegram | Viktorina bot | YouTube
1👍1
C++ dastur.uz.exe
3 MB
👍3👏2🔥1