1.03K subscribers
1.77K photos
420 videos
676 files
3.85K links
Download Telegram
Natija

πŸ“±Telegram | ViktorinBot | Portfolio | Android | YouTube ▢️
Please open Telegram to view this post
VIEW IN TELEGRAM
❀‍πŸ”₯1πŸ‘1πŸ”₯1
Dastur ishga tushganda ekranda chiqadigan natijani toping?

πŸ“±Telegram | ViktorinBot | Portfolio | Android | YouTube ▢️
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘2πŸ”₯2⚑1
Natija

πŸ“±Telegram | ViktorinBot | Portfolio | Android | YouTube ▢️
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯2⚑1πŸ‘1
Dastur ishga tushganda ekranda chiqadigan natijani toping?

πŸ“±Telegram | ViktorinBot | Portfolio | Android | YouTube ▢️
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘1
Natija

πŸ“±Telegram | ViktorinBot | Portfolio | Android | YouTube ▢️
Please open Telegram to view this post
VIEW IN TELEGRAM
❀‍πŸ”₯1⚑1πŸ‘1πŸ”₯1
activity_registration.xml

πŸ“±Telegram | ViktorinBot | Portfolio | Android | YouTube ▢️
Please open Telegram to view this post
VIEW IN TELEGRAM
activity_registration.xml

πŸ“±Telegram | ViktorinBot | Portfolio | Android | YouTube ▢️
Please open Telegram to view this post
VIEW IN TELEGRAM
activity_registration.xml

πŸ“±Telegram | ViktorinBot | Portfolio | Android | YouTube ▢️
Please open Telegram to view this post
VIEW IN TELEGRAM
activity_registration.xml

πŸ“±Telegram | ViktorinBot | Portfolio | Android | YouTube ▢️
Please open Telegram to view this post
VIEW IN TELEGRAM
RegistrationActivity.kt

πŸ“±Telegram | ViktorinBot | Portfolio | Android | YouTube ▢️
Please open Telegram to view this post
VIEW IN TELEGRAM
❀‍πŸ”₯1
RegistrationActivity.kt

πŸ“±Telegram | ViktorinBot | Portfolio | Android | YouTube ▢️
Please open Telegram to view this post
VIEW IN TELEGRAM
❀‍πŸ”₯1
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘1πŸ”₯1
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑1❀‍πŸ”₯1πŸ‘1πŸ”₯1
Media is too big
VIEW IN TELEGRAM
Kotlin dasturlash tili bo'yicha tayyorlangan video darslik.

Dasturlar (masalalar) to'plami

#kotlin
#examples

πŸ“±Telegram | ViktorinBot | Portfolio | Android | YouTube ▢️
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘3⚑1❀‍πŸ”₯1πŸ”₯1
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘2⚑1❀‍πŸ”₯1πŸ”₯1
#javob
#while_1
#java

public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.print("A = ");
int a = scanner.nextInt();
System.out.print("B = ");
int b = scanner.nextInt();
while (a > b) {
a -= b;
}
System.out.println(a);
}

πŸ“±Telegram | ViktorinBot | Portfolio | Android | YouTube ▢️
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘2❀‍πŸ”₯1πŸ”₯1
Please open Telegram to view this post
VIEW IN TELEGRAM
#javob
#while_1
#kotlin

fun main() {
print("A = ")
var a = readln().toInt()
print("B = ")
val b = readln().toInt()
while (a > b) {
a -= b
}
println(a)
}

πŸ“±Telegram | ViktorinBot | Portfolio | Android | YouTube ▢️
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑1❀‍πŸ”₯1πŸ‘1πŸ”₯1
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑2πŸ‘1πŸ”₯1
#javob
#while_2
#java

public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.print("A = ");
int a = scanner.nextInt();
System.out.print("B = ");
int b = scanner.nextInt();
int t = 0;
while (a > b) {
a -= b;
t++;
}
System.out.println(t);
}

πŸ“±Telegram | ViktorinBot | Portfolio | Android | YouTube ▢️
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘2