Computer Science, asked by chandanasivaraju, 6 months ago

Consider that values of alphabet A-Z run like Fibonacci series with A = 0, B = 1, C = A+B, D = B + C and so on. Now write a program that calculate and write the numeric value of the given words like, "CAGE". (Ex : Value of "ABC" is 0 + 1 + 1 = 2)

Answers

Answered by Anonymous
7

Answer:

Consider that values of alphabet A-Z run like Fibonacci series with A = 0, B = 1, C = A+B, D = B + C and so on. Now write a program that calculate and write the numeric value of the given words like, "CAGE". (Ex : Value of "ABC" is 0 + 1 + 1 = 2)

Answered by DynamicPlayer
3
  • Consider that values of alphabet A-Z run like Fibonacci series with A = 0, B = 1, C = A+B, D = B + C and so on. Now write a program that calculate and write the numeric value of the given words like, "CAGE". (Ex : Value of "ABC" is 0 + 1 + 1 = 2) !!

Similar questions