Home Forums C Programming how to create a program of Lucas No. using Turbo C

Viewing 1 reply thread
  • Author
    Posts
    • #2069
      pritaj.mhaske
      Participant

      how can i make a program of Lucas No. using Turbo C??
       
      pls help me solve my project regarding the use of the Turbo C program..
       
      that is all..
       
      thank you..
       
       

    • #3333
      yeswanth
      Participant

      The first few numbers of Lucas sequences which is a variation of Fibonacci sequence are sequence are
      1 3 4 7 11 18 29
      a) Design a program in C to generate Lucas sequence.
      b) Develop a function to calculate sum of first n odd integers.

Viewing 1 reply thread
  • The forum ‘C Programming’ is closed to new topics and replies.