Answer to Question #858 in C++ for benji

Question #858
Describe an algorithm that counts for the number of negatives from a list of numbers.
1
Expert's answer
2010-10-28T09:06:07-0400
i := 0, s := 0
While i < Length of List
if List[i] < 0 then s := s + 1
i := i+1
End While
Output s - Result

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS