- 7
Please help me in finding answer this question which is in discription
Assume a binary file âGarments.datâ exists which contains records of garments , where each record contains the following information: Material , type , price WAP to compute discount based on the following : For âCottonâ âPantâ â 12 % discount For âCottonâ âShirtâ â 15% discount For âTericottonâ âPantâ â 10% discount For âTericottonâ âShirtâ â 8% discount And update the file with the new price values.
1 Answer