创建金字塔和图案. Kotlin

创建金字塔和图案. Kotlin



使用 * 打印半金字塔的程序
Kotlin example code

Kotlin

  Output result
*
* *
* * *
* * * *
* * * * *
使用数字打印半金字塔 a 的程序
Kotlin example code

Kotlin

  Output result
1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
使用字母打印半金字塔的程序
Kotlin example code

Kotlin

  Output result
A
B B
C C C
D D D D
E E E E E
使用 * 的倒半金字塔
Kotlin example code

Kotlin

  Output result
* * * * *
* * * *
* * * 
* *
*
使用数字的倒半金字塔
Kotlin example code

Kotlin

  Output result
1 2 3 4 5
1 2 3 4 
1 2 3
1 2
1
使用 * 打印完整金字塔的程序
Kotlin example code

Kotlin

  Output result
*
      * * *
    * * * * *
  * * * * * * *
* * * * * * * * *
使用数字打印金字塔的程序
Kotlin example code

Kotlin

  Output result
1
      2 3 2
    3 4 5 4 3
  4 5 6 7 6 5 4
5 6 7 8 9 8 7 6 5
使用 * 倒​​置完整的金字塔
Kotlin example code

Kotlin

  Output result
* * * * * * * * *
  * * * * * * *
    * * * * *
      * * *
        *
打印帕斯卡三角形
Kotlin example code

Kotlin

  Output result
1
         1   1
       1   2   1
     1   3   3    1
   1   4   6   4   1
 1   5   10   10  5   1
打印弗洛伊德三角。
Kotlin example code

Kotlin

  Output result
1
2 3
4 5 6
7 8 9 10


.dll file is missing? Download for Windows 7, 8, 10 - Fix .dll file Missing Error on Windows | dll-box.com

BeeCoder.ORG

open source code and examples

We have been online since 2021 and 1 millions of people around the globe have visited our website since then

More visitors every month