c++ pattern programs

             Here is different triangle patterns and many other pattern program available in c++ for seeing code of program click on given link below it.




* ? 
* ? * 
* ? * ? 
* ? * ? *


   click here     


 
 a A
 a A b 
 a A b B 
 a A b B c
 

click here   


 
 2 3
 4 5 6 
 7 8 9 10 
 11 12 13 14 15
 

click here   


a b c d e 
a b c d 
a b c 
a b 
a


  click here     



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


  click here     


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


  click here     


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


  click here     


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


  click here     
         
            SUM OF SERIES PROGRAMS:-- 
          1).  1 1 4 8 9 27…….n terms.
             3).   1!/1+2!/4+3!/9……..n terms.
             4).    1/2-2/3+3/4-4/5+…..n terms.
             5).     11+22+33+44….n terms

         PROGRAMS FOR SERIES GENERATION:-- 
           1).  2 3 5 7 10 14 ….n terms.
              2). 0 1 3 6 10 ….n terms.

No comments:

Post a Comment