CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: program that do

  1. #1
    Join Date
    Mar 2010
    Posts
    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

  2. #2
    Join Date
    Apr 2007
    Posts
    425

    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
  •  





Click Here to Expand Forum to Full Width

Featured