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
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
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