Assignment
Select a task that a program could perform over an array of items that would be used by a small business.
Your task must include the following:
• Declaring array
• Populating the array
• Processing the items in the array
• Outputting the results of the processing (this may or may not include displaying the entire array)
You can build on your effort from a previous week or tackle a new challenge.
Obtain approval from your instructor for your items by sending a Private Message.
Create a 1/2-page Word document, including the following:
• A brief description of the task
• The pseudocode associated with the task. Base the pseudocode on the examples provided in Ch. 7 of Prelude to Programming.
Create a Visual Logic file to execute the task.