Write the code in C++. Using while and for loops.

Question 4: Given the first value, generate the next seven terms of the sequences like 1, 11, 21, 1211, 111221, 312211, 13112

Write the code in C++.
Using while and for loops.

Solved
COMPUTER SCIENCE 1 Answer Shatira Cherise