Question:
what is the c++ code for the statement ?
MATahir
2010-01-29 06:20:54 UTC
a. Write correct code for entering the daily sale of a medical store. Note that the whenever a medicine is sold, it is immediately entered in system. For each medicine following fields must be stored:
a. MedicineID
b. Medicine Name
c. Quantity sold
d. Total price (should automatically be calculated)

Note: you will initially have all medicines stored in database (MedicineID, Medicine Name and Unit Price) so that you may automatically calculate the cost. You can manually enter the master information (MedicineID, Medicine Name and Unit Price) about each medicine, no need to provide separate interface.

b. Display a report of daily sale. This report will show complete record of sales of a particular day (record of all medicine sold on that day) along with the total sale in Rupees.

c. Make use of Hungarian Notation for coding purpose

d. Make use of Comments in the Code where required necessary.
Three answers:
2010-01-29 06:39:31 UTC
Just call the DoMyHomework function, you will have to look it up on google - spend at least 3 hours looking for it and you will find it.
zombieball
2010-01-29 06:26:27 UTC
You're joking right? You expect someone to do your whole assignment for you? Try doing it yourself and asking about problems you encounter when you get stuck. You will find people are much more willing to help you then.



Good luck!
c0d3pRaDa
2010-01-29 06:32:39 UTC
that must be an end of term assignment or something.....google is your best friend xD


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...