In my program, I have this struct:
struct Record { string ID; string name; int quantity; double price; };
I also have a function that is suppose