Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
pseudocode:arrays
Name: me Date: November 2, 2001 at 22:59:21 Pacific
Comment:
Has anyone out there has the book on simple program design by Lesley Anne Robertson (3rd ed.)??
I am now stuck with question 10 of chapter 7 (simple program design-Lesley)
Summary: Here is a pseudocode for the array search. For some reason, these text boxes don't allow you to use boolean operators like you'd want it to. But you'd write your C++ algorithm with this in mind: =====...
Summary: I need to use pseudocode and write a small program, where u input some names and when ended it will output the name in alphabetical order... I didnt really listen when my teacher talked about arrays ...
Summary: Does anyone know an efficient way to take out duplicate values in an array? I have a web page that queries a dtabase and get a long list of keywords to display in a . I don't want any duplicates, so...