Star Series


 

  1. A program to display the following series:


    *
    * *
    * * *
    * * * *

 

 

  1. A program to display the following series:


    *
    * *
    * * *
    * * * *
    * * *
    * *
    *

 

 

  1. A program to display the following series:


    * * * * * . . . . . *
    * * * * * . . . . . *
    * * * * . . . . . *
    * * * . . . . . *
    * * . . . . . *
    * . . . . . *

          where the number of stars in the first row is entered by the user.

 

 

  1. A program to display the following series:


    *
    * * *
    * * * * *
    * * * * * * *
    * * * * *
    * * *
    *

 

 

  1. A program to display the following series:


    * *
    * * * *
    * * * * *
    * * * *
    * *

 

 

  1. A program to display the following series:


    *
    * * *
    * * * * *
    * * *
    *

 

 


Previous:
Series/Pattern List


Next:
Number Series