wie bitte 🍡
70 subscribers
399 photos
110 videos
47 files
123 links
🍡 @marifah

π‘†π‘œπ‘“π‘‘π‘€π‘Žπ‘Ÿπ‘’ πΈπ‘›π‘”π‘–π‘›π‘’π‘’π‘Ÿ.
𝐡𝐴 (π»π‘œπ‘›π‘ ) π‘ƒπ‘Ÿπ‘œπ‘—π‘’π‘π‘‘ π‘€π‘Žπ‘›π‘Žπ‘”π‘šπ‘’π‘›π‘‘
𝑇𝑒𝑒𝑠𝑠𝑖𝑑𝑒 π‘ˆπ‘›π‘–π‘£π‘’π‘Ÿπ‘ π‘–π‘‘π‘¦ π‘Žπ‘‘ 𝑀𝐷𝐼𝑆𝑇 '26

B2: πŸ‡ΊπŸ‡² πŸ‡©πŸ‡ͺ πŸ‡·πŸ‡Ί
Download Telegram
Erkak degani β€” kuch bilan emas, mas’uliyat bilan erkak boβ€˜ladi.
Erkak degani β€” ayolini asraydi, qizini himoya qiladi, oilasini halol rizq bilan boqadi, nomusiga da’vogarlik qiladi.
Erkak degani β€” nafsiga emas, iymoniga quloq soladi.

Bugun kimdir oβ€˜ziga β€œzamonaviylik” deb bahona qilyapti. Lekin biling:
Nafsga ergashish zamonaviylik emas β€” qulashdir.
Nomusdan voz kechish yengillik emas β€” halokatdir.

Erkak boβ€˜lish mushkul, lekin dayus boβ€˜lishdan Alloh asrasin.
Kimda iymon boβ€˜lsa, avval oβ€˜zini toβ€˜gβ€˜rilaydi, oβ€˜z uyini tozalaydi, koβ€˜zini, tilini, yuragini poklaydi.

Erkaklik – qiyofada emas.
Erkaklik – orda, nomusda, iymonda.
Pomodoro Timer and me πŸŽ“
Please open Telegram to view this post
VIEW IN TELEGRAM
Morning be like 🀲
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Baxt – vitrinadagi narx yorligβ€˜i emas.
Baxt – tonggi soat 4 da uygβ€˜onib, dunyo uxlayotganda Robbing seni uygβ€˜oq koβ€˜rishidir.

Bugun insonning qiymatini kiyimi, telefoni yoki mashinasi bilan oβ€˜lchay boshlashdi.
Holbuki Alloh huzurida eng qimmat narsa – taqvo bilan oβ€˜tkazilgan vaqt.

Ular bazmni tanlaydi, chunki sukutda oβ€˜zini eshitishdan qoβ€˜rqadi.
Ular shovqinni tanlaydi, chunki zikr mas’uliyat talab qiladi.

Ilm izlab uyqudan kechgan qiz – hammaga nasib qiladigan ne’mat emas.
Shuning uchun ham uni hamma tanlamaydi,
chunki har kim baland choβ€˜qqini emas, oson yoβ€˜lni xohlaydi.

Nafs bilan yashash oson,
lekin nafsga qarshi turib yashash – kuchlilarga xos.

Bugun koβ€˜pchilik bezakni sevadi, mazmunni emas.
Chunki mazmun javobgarlik, bezak esa bahona beradi.

Allohga yaqin boβ€˜lgan qalb doim yolgβ€˜izroq boβ€˜ladi.
Chunki nur koβ€˜p joyda emas, tanlangan qalblarda boβ€˜ladi
.
This media is not supported in your browser
VIEW IN TELEGRAM
Bismillah! 🀎

I asked in the question:
Arabic, French, and Programming(Back end)

and Arabic received a lot of votes, so now we're keeping our promise...
Please open Telegram to view this post
VIEW IN TELEGRAM
😀
Please open Telegram to view this post
VIEW IN TELEGRAM
Java ni oΚ»rganish uchun eng yaxshi Youtuberlar?
Anonymous Poll
11%
Telusko
20%
Programming with Mosh
20%
Amigoscode
29%
Java Brains
20%
Bro code
Tessida University, UK πŸ‡¬πŸ‡§
Please open Telegram to view this post
VIEW IN TELEGRAM
New Cars with New Year 🎁
Please open Telegram to view this post
VIEW IN TELEGRAM
2026 πŸŽ†
Please open Telegram to view this post
VIEW IN TELEGRAM
import java.util.Scanner;

public class Main {
public static void main(String[] args) {

Scanner scanner = new Scanner(System.in);

String adjective1;
String noun1;
String adjective2;
String verb1;
String adjective3;

System.out.println("Enter an adjective (description): ");
adjective1 = scanner.nextLine();

System.out.println("Enter a noun (person or thing): ");
noun1 = scanner.nextLine();

System.out.println("Enter an adjective (description): ");
adjective2 = scanner.nextLine();

System.out.println("Enter a verb ending with -ing (action): ");
verb1 = scanner.nextLine();

System.out.println("Enter another adjective (description): ");
adjective3 = scanner.nextLine();

System.out.println("\nToday I went to a " + adjective1 + " zoo.");
System.out.println("In a exhibit, I saw a " + noun1 + ".");
System.out.println(noun1 + " was " + adjective2 + " and " + verb1 + "!");
System.out.println("I was " + adjective3 + "!");

scanner.close();
}
}
wie bitte 🍡
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); String adjective1; String noun1; String adjective2; String verb1; String…
12/1 hour Video in one day completed from 0 knowledge, 🌟 I know these codes simple and syntax is very similiar with another programming languages😊
Please open Telegram to view this post
VIEW IN TELEGRAM
if (age >= 0 && age <= 18) {
alert("You are a kid, get your passport and learn something!");
} else if (age >= 19 && age <= 50) {
alert("You should work!");
} else if (age >= 51 && age <= 59) {
alert("You will retire soon!");
} else if (age >= 60 && age <= 150) {
alert("You are likely a pensioner, if you are still alive...");
} else if (age > 150) {
alert("Are you even human? ");
} else {
alert("Something went wrong!");
}


Difference between JS , C codes same syntax same Values



int main() {
int age;

printf("Enter your age: ");
scanf("%d", &age);

if (age > 0 && age <= 18) {
printf("You are a kid, get your pass up and learn something!\n");
} else if (age > 19 && age <= 50) {
printf("You are ought to work!\n");
} else if (age > 51 && age <= 59) {
printf("You will get retired soon!\n");
} else if (age > 60 && age <= 150) {
printf("You are likely to be pensioner, if you are still alive...\n");
} else if (age > 151) {
printf("You are alive?\n");
} else {
printf("Something went wrong!\n");
}

return 0;



Difference between JavaScript, C, Java codes same syntax same Values!


import java.util.Scanner;

public class Main {
public static void main(String[] args) {

Scanner scanner = new Scanner(System.in);


int age;

System.out.print("Enter your age: ");
age = scanner.nextInt();

if (age >= 65) {

System.out.println("You are a senior! ");
}else if (age >= 18) {

System.out.println("You are an adult! ");
} else if (age < 0) {

System.out.println("You haven't been born yet! ");

} else if (age == 0) {
System.out.println("You are a baby! ");

} else {

System.out.println("You are a child! ");
}

scanner.close();

}
}
import java.util.Scanner;

public class Main {
public static void main(String[] args) {

// Calculator program

Scanner scanner = new Scanner(System.in);

double num1;
double num2;
char operator;
double result = 0;
boolean validOperation = true;

System.out.print("Enter the first number: ");
num1 = scanner.nextDouble();

System.out.print("Enter an operator (+, -,/, ^): ");
operator = scanner.next().charAt(0);

System.out.print("Enter the second number: ");
num2 = scanner.nextDouble();

switch (operator){
case '+' -> result = num1 + num2;
case '-' -> result = num1 - num2;
case '*' -> result = num1 * num2;
case '/' -> {
if (num2 == 0) {
System.out.println("Cannot divide by zero!");
validOperation = false;
} else {
result = num1 / num2;
}
}
case '^' -> result = Math.pow(num1, num2);
default -> {
System.out.println("Invalid operator!");
validOperation = false;
}

}
if(validOperation) {
System.out.println(result);
}

scanner.close();
}
}