Fraction Series


 

  1. A program to display the following series:

    1, 1/2, 1/3, 1/4, ........., 1/n

    where n is a number inputted by the user.

     

 

  1. A program to display the following series:

       1, 2/2!, 3/3!, 4/4!, ........., n/n!

    where n is a number inputted by the user.

     

 

  1. A program to display the following series:

    1, 2!/22, 3!/33, 4!/44, ........., n!/nn

    where n is a number inputted by the user.

     

 

  1. A program to display the following series:

        3/1, 8/4, 17/9, 34/18, 67/35, ......, x/y

        where the user inputs either x or y.

 

 


Previous:
Series/Pattern List


Next:
Star Series