- Q 2 1 Create A Form As Given Below Which Stores Healthy Food Items 3 At A Time In A Text File When Store Is Cli 1 (40.81 KiB) Viewed 39 times
Q.2 1. Create a form, as given below, which stores 'healthy' food items [3 at a time] in a text file when 'store' is cli
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Q.2 1. Create a form, as given below, which stores 'healthy' food items [3 at a time] in a text file when 'store' is cli
Q.2 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]