|
-
March 16th, 2010, 06:45 AM
#1
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
-
March 16th, 2010, 08:00 AM
#2
Re: program that do
Trivial assignment if you stop and think about what is out there in terms of data structures. Show your progress.
------
If you are satisfied with the responses, add to the user's rep!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|