1. Create a form, as given below, which stores 'healthy food items [3 at a time] in a text file when 'store' is clicked.
Posted: Fri Jul 01, 2022 5:38 am
1. Create a form, as given below, which stores 'healthy food items [3 at a time] in a text file when 'store' is clicked. [The form below contains an array of text boxes to take input from user] Heatlhy Food Items : Food Item 1 Food Item 2 Food Item 3 Store List of Items Check for duplicates 2. On clicking 'check for duplicates', it should check for duplicate items stored in the file and remove those items [use array in built functions] 3. On clicking 'list of items', list the items stored in the file. Items must be sorted in ascending order. [use array in built functions]