Grhanas/Sale_System
This program basic data objects are name,surname,products,invoice number and cost. We need to define a structure type that groups all relevant attributes about sale system. Then we can store database of these structures in an array and look up analyze and use these values as needed . To use these values , the saler will need to enter customer name and surname, products,x coordinate,y coordinate and invoice number.
C
No issues in this repository yet.