1.03K subscribers
1.77K photos
420 videos
673 files
3.84K links
Download Telegram
#javob_cpp_boolean_25

#include <iostream>

using namespace std;

int main(){
bool boolean;
int x, y;
cout << "x = ";
cin >> x;
cout << "y = ";
cin >> y;
boolean = (x < 0 && y > 0);
cout << boolean;
}

Telegram | Viktorina bot | YouTube
πŸ‘7❀1πŸ‘1
πŸ‘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 = new int[n];
for (int i = 0; i < n; i++) {
a[i] = scanner.nextInt();
}
System.out.print("siz kiritgan massiv elementlari: ");
for (int i = 0; i < n; i++) {
System.out.print(a[i] + " ");
}
System.out.println();
int k = 0;
n--;
while (k <= n) {
System.out.print(a[k++] + " ");
if (k - 1 >= n) break;
System.out.print(a[k++] + " ");
if (k - 1 >= n) break;
System.out.print(a[n--] + " ");
if (k - 1 >= n) break;
System.out.print(a[n--] + " ");
}
}

Telegram | Viktorina bot | YouTube
πŸ‘2❀1πŸ”₯1
Java.exe
7 MB
Java dasturlash tilidan qo'llanma

Telegram | Viktorina bot | YouTube
πŸ‘1πŸ”₯1
#javob_cpp_boolean_26

#include <iostream>

using namespace std;

int main(){
bool boolean;
int x, y;
cout << "x = ";
cin >> x;
cout << "y = ";
cin >> y;
boolean = (x > 0 && y < 0);
cout << boolean;
}

Telegram | Viktorina bot | YouTube
❀2πŸ‘1
πŸ‘2πŸ”₯1
PROGRAMMERS pinned a file
#javob_cpp_boolean_27

#include <iostream>

using namespace std;

int main(){
bool boolean;
int x, y;
cout << "x = ";
cin >> x;
cout << "y = ";
cin >> y;
boolean = ((x < 0 && y > 0) || (x < 0 && y< 0));
cout << boolean;
}

Telegram | Viktorina bot | YouTube
❀1πŸ‘1πŸ”₯1
πŸ‘1πŸ‘1
Media is too big
VIEW IN TELEGRAM
Java - Kiritilgan sonning raqamlari yig'indisini aniqlovchi dastur

Telegram | Viktorina bot | Portfolio
πŸ‘2πŸ”₯1
Media is too big
VIEW IN TELEGRAM
Java - Polindrom sonlarni aniqlovchi dastur

Telegram | Viktorina bot | Portfolio
❀3πŸ‘1
Media is too big
VIEW IN TELEGRAM
Java - Armstrong sonni topish dasturi

Telegram | Viktorina bot | Portfolio
πŸ‘2πŸ”₯1🀩1
This media is not supported in your browser
VIEW IN TELEGRAM
Java - Mukammal sonni topish dasturi

Telegram | Viktorina bot | Portfolio
πŸ‘1🀩1
#javob_cpp_boolean_28

#include <iostream>

using namespace std;

int main(){
bool boolean;
int x, y;
cout << "x = ";
cin >> x;
cout << "y = ";
cin >> y;
boolean = ((x > 0 && y > 0) || (x < 0 && y < 0));
cout << boolean;
}

Telegram | Viktorina bot | Portfolio
❀3πŸ‘2πŸ”₯1
πŸ‘2πŸ”₯1
Media is too big
VIEW IN TELEGRAM
Java - Tub sonlarni topuvchi dastur

Telegram | Viktorina bot | Portfolio
πŸ‘3🀩1
Gita Exam.exe
6.2 MB
πŸ”₯3❀1
80 ta masalalar to’plami!

Professional kurslar uchun shu masalalar orqali imtihon olinadi.
πŸ‘1