Menu

[solved]-Answer Visual Logic Let S Build Program Ties Together Major Concepts Discussed Far Semeste Q39028810

Only answer with Visual Logic —

Let’s build a program that ties together the major concepts wehave discussed so far this semester. For this assignment you willbe writing a program that manages a list of things (like a “to do”manager or a shopping list). The program should operate asindicated in the attached video file (also embedded below).

General Requirements

  • The program should display a menu and allow the user to performone of the following tasks.
    • Add an item to the list
    • Delete an item from the list
    • Print the list
    • Quit the program
  • The program should run until the user chooses to quit.
  • You must use an array to store the items the user enters intothe list
  • The program should use a combination of these followingconstructs
    • Reading user input
    • Storing information in variables
    • Storing information in an array
    • Conditional (if) statement(s)
    • Loop(s)
    • Procedure(s)
    • Print statements
  • When deleting items from the list the program properly managesthe array such that the user does not have to deal with emptyspaces. In other words, If item 2 is deleted from a list with 5items then something would be moved into that space. The usershould not see empty spaces printed when the list isdisplayed.
  • Read and save the contents of the list from and to an externalfile so that the program “remembers” what was in the list from thelast time it was run.

Expert Answer


Answer to Only answer with Visual Logic — Let’s build a program that ties together the major concepts we have discussed so far th… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *