humble55
March 16th, 2010, 06:45 AM
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
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