en
Feedback
967
Subscribers
No data24 hours
-67 days
-1930 days
Posts Archive
#javob #while_4 #kotlin fun main() { val n = readln().toInt() var power = 1 var isPowerOfThree = false while (power <= n)
#javob #while_4 #kotlin fun main() { val n = readln().toInt() var power = 1 var isPowerOfThree = false while (power <= n) { if (power == n) { isPowerOfThree = true break } power *= 3 } if (isPowerOfThree) { println("$n 3 ning darajasi.") } else { println("$n 3 ning darajasi emas.") } } 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️

#savol #while_4 #kotlin 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️
#savol #while_4 #kotlin 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️

#javob #while_4 #java public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int n = scanner.next
#javob #while_4 #java public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int n = scanner.nextInt(); int power = 1; boolean isPowerOfThree = false; while (power <= n) { if (power == n) { isPowerOfThree = true; break; } power *= 3; } if (isPowerOfThree) { System.out.println(n + " 3 ning darajasi."); } else { System.out.println(n + " 3 ning darajasi emas."); } } 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️

#savol #while_4 #java 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️
#savol #while_4 #java 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️

#javob #while_3 #kotlin fun main() { print("N = ") var n = readln().toInt() print("K = ") val k = readln().toInt() var t = 0
#javob #while_3 #kotlin fun main() { print("N = ") var n = readln().toInt() print("K = ") val k = readln().toInt() var t = 0 while (n > k) { n -= k t++ } println("Butun qismi = $t") println("Qoldiq = $n") } 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️

#savol #while_3 #kotlin 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️
#savol #while_3 #kotlin 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️

#javob #while_3 #java public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.print("N
#javob #while_3 #java public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.print("N = "); int n = scanner.nextInt(); System.out.print("K = "); int k = scanner.nextInt(); int t = 0; while (n > k) { n -= k; t++; } System.out.println("Butun qismi = " + t); System.out.println("Qoldiq = " + n); } 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️

#savol #while_1 #java 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️
#savol #while_1 #java 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️

#javob #while_2 #kotlin fun main() { print("A = ") var a = readln().toInt() print("B = ") val b = readln().toInt() var t = 0
#javob #while_2 #kotlin fun main() { print("A = ") var a = readln().toInt() print("B = ") val b = readln().toInt() var t = 0 while (a > b) { a -= b t++ } println(t) } 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️

#savol #while_2 #kotlin 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️
#savol #while_2 #kotlin 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️

#javob #while_2 #java public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.print("A
#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 ▶️

#savol #while_1 #java 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️
#savol #while_1 #java 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️

#javob #while_1 #kotlin fun main() { print("A = ") var a = readln().toInt() print("B = ") val b = readln().toInt() while (a >
#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 ▶️

#savol #while_1 #kotlin 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️
#savol #while_1 #kotlin 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️

#javob #while_1 #java public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.print("A
#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 ▶️

#savol #while_1 #java 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️
#savol #while_1 #java 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️

Kotlin dasturlash tili bo'yicha tayyorlangan video darslik. Dasturlar (masalalar) to'plami #kotlin #examples 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️

Dastur ishga tushgan holati 📱Telegram | ViktorinBot | Portfolio | Android | YouTube ▶️

PROGRAMMERS - Statistics & analytics of Telegram channel @programmers_dasturchi