1,4,8,13,21,30,36,45,54,63,73,?,?.
Answer Posted / thomas
1
1 + one (3 letters) = 4
4 + four (4 letters) = 8
8 + eight (5 letters) = 13
13 + thirteen (8 letters) = 21
21 + twenty one (9 letters) = 30
and so forth
| Is This Answer Correct ? | 80 Yes | 14 No |
Post New Answer View All Answers
What is the use of bitwise operator?
What are the disadvantages of external storage class?
What are header files and what are its uses in C programming?
How to write c functions that modify head pointer of a linked list?
What does the message "automatic aggregate intialization is an ansi feature" mean?
How can I open a file so that other programs can update it at the same time?
What are reserved words?
Explain what is the benefit of using an enum rather than a #define constant?
How do you search data in a data file using random access method?
How can I generate floating-point random numbers?
What is || operator and how does it function in a program?
Write a program to swap two numbers without using a temporary variable?
List a few unconditional control statement in c.
If fflush wont work, what can I use to flush input?
What are the different file extensions involved when programming in C?