Conversica Interview Question

Build a function that can iterate through the look and say sequence.

Interview Answer

Anonymous

Aug 15, 2019

# feel free to adapt as needed int main() { int look = look(); int say = say(); printf("I looked %d time(s) and said %d times\n"); return 0; }