पिरामिड और पैटर्न बनाएं. Kotlin

पिरामिड और पैटर्न बनाएं. Kotlin



* का उपयोग करके आधा पिरामिड मुद्रित करने का कार्यक्रम
Kotlin example code

Kotlin

  Output result
*
* *
* * *
* * * *
* * * * *
संख्या का उपयोग करके आधा पिरामिड मुद्रित करने का कार्यक्रम
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

Hot Network Questions



.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