-
program that do
A.. Given a list in which each cell has told a positive. The list represents the numbers so that each sequence of digits is a number. After each sequence of digits will appear digit 0.
Assume that the list contains at least one digit sequence number 0 at the end.
For example, list her limbs are: 2, 6, 0, 7, 2, 4, 0, 8, 2, 0, 1, 9, 6, 0
Represents the numbers: 196, 82, 724, 26
Write an action that accepts a list of numbers and returns a new list of numbers represented in this list.
ty
-
Re: program that do
Trivial assignment if you stop and think about what is out there in terms of data structures. Show your progress.